]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/micronas/vct/Kconfig
arch: Make board selection choices optional
[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         optional
17
18 config VCT_PLATINUM
19         bool "Enable VCT_PLATINUM"
20
21 config VCT_PLATINUMAVC
22         bool "Enable VCT_PLATINUMAVC"
23
24 config VCT_PREMIUM
25         bool "Enable VCT_PLATINUMAVC"
26
27 endchoice
28
29 config VCT_ONENAND
30         bool "Enable VCT_ONENAND"
31
32 config VCT_SMALL_IMAGE
33         bool "Enable VCT_SMALL_IMAGE"
34
35 endmenu
36
37 endif