xref: /openbmc/u-boot/board/micronas/vct/Kconfig (revision 1b4f25ff)
1if TARGET_VCT
2
3config SYS_BOARD
4	default "vct"
5
6config SYS_VENDOR
7	default "micronas"
8
9config SYS_CONFIG_NAME
10	default "vct"
11
12menu "vct board options"
13
14choice
15	prompt "Board variant"
16
17config VCT_PLATINUM
18	bool "Enable VCT_PLATINUM"
19
20config VCT_PLATINUMAVC
21	bool "Enable VCT_PLATINUMAVC"
22
23config VCT_PREMIUM
24	bool "Enable VCT_PLATINUMAVC"
25
26endchoice
27
28config VCT_ONENAND
29	bool "Enable VCT_ONENAND"
30
31config VCT_SMALL_IMAGE
32	bool "Enable VCT_SMALL_IMAGE"
33
34endmenu
35
36endif
37