xref: /openbmc/u-boot/board/micronas/vct/Kconfig (revision ace3be4f)
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
12config SYS_TEXT_BASE
13	default 0x87000000
14
15config SYS_DCACHE_SIZE
16	default 16384
17
18config SYS_ICACHE_SIZE
19	default 16384
20
21config SYS_CACHELINE_SIZE
22	default 32
23
24menu "vct board options"
25
26choice
27	prompt "Board variant"
28	optional
29
30config VCT_PLATINUM
31	bool "Enable VCT_PLATINUM"
32
33config VCT_PLATINUMAVC
34	bool "Enable VCT_PLATINUMAVC"
35
36config VCT_PREMIUM
37	bool "Enable VCT_PLATINUMAVC"
38
39endchoice
40
41config VCT_ONENAND
42	bool "Enable VCT_ONENAND"
43
44config VCT_SMALL_IMAGE
45	bool "Enable VCT_SMALL_IMAGE"
46
47endmenu
48
49endif
50