]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/micronas/vct/Kconfig
MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig
[people/ms/u-boot.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 config SYS_TEXT_BASE
13 default 0x87000000
14
15 menu "vct board options"
16
17 choice
18 prompt "Board variant"
19 optional
20
21 config VCT_PLATINUM
22 bool "Enable VCT_PLATINUM"
23
24 config VCT_PLATINUMAVC
25 bool "Enable VCT_PLATINUMAVC"
26
27 config VCT_PREMIUM
28 bool "Enable VCT_PLATINUMAVC"
29
30 endchoice
31
32 config VCT_ONENAND
33 bool "Enable VCT_ONENAND"
34
35 config VCT_SMALL_IMAGE
36 bool "Enable VCT_SMALL_IMAGE"
37
38 endmenu
39
40 endif