]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/micronas/vct/Kconfig
288a1aeb7058fb495fb4cecb42c22757ace7717a
[karo-tx-uboot.git] / board / micronas / vct / Kconfig
1 if TARGET_VCT
2
3 config SYS_BOARD
4         default "vct"
5
6 config SYS_VENDOR
7         default "micronas"
8
9 config SYS_CONFIG_NAME
10         default "vct"
11
12 menu "vct board options"
13
14 choice
15         prompt "Board variant"
16
17 config VCT_PLATINUM
18         bool "Enable VCT_PLATINUM"
19
20 config VCT_PLATINUMAVC
21         bool "Enable VCT_PLATINUMAVC"
22
23 config VCT_PREMIUM
24         bool "Enable VCT_PLATINUMAVC"
25
26 endchoice
27
28 config VCT_ONENAND
29         bool "Enable VCT_ONENAND"
30
31 config VCT_SMALL_IMAGE
32         bool "Enable VCT_SMALL_IMAGE"
33
34 endmenu
35
36 endif