]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/micronas/vct/Kconfig
MIPS: kconfig: add options for vct board variant select
[people/ms/u-boot.git] / board / micronas / vct / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_VCT
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "vct"
5
6config SYS_VENDOR
dd84058d
MY
7 default "micronas"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "vct"
11
42079178
DS
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
dd84058d 36endif