xref: /openbmc/u-boot/board/micronas/vct/Kconfig (revision a26cd049)
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	optional
17
18config VCT_PLATINUM
19	bool "Enable VCT_PLATINUM"
20
21config VCT_PLATINUMAVC
22	bool "Enable VCT_PLATINUMAVC"
23
24config VCT_PREMIUM
25	bool "Enable VCT_PLATINUMAVC"
26
27endchoice
28
29config VCT_ONENAND
30	bool "Enable VCT_ONENAND"
31
32config VCT_SMALL_IMAGE
33	bool "Enable VCT_SMALL_IMAGE"
34
35endmenu
36
37endif
38