MIPS: Move cache sizes to Kconfig
[oweals/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 config SYS_DCACHE_SIZE
16         default 16384
17
18 config SYS_ICACHE_SIZE
19         default 16384
20
21 config SYS_CACHELINE_SIZE
22         default 32
23
24 menu "vct board options"
25
26 choice
27         prompt "Board variant"
28         optional
29
30 config VCT_PLATINUM
31         bool "Enable VCT_PLATINUM"
32
33 config VCT_PLATINUMAVC
34         bool "Enable VCT_PLATINUMAVC"
35
36 config VCT_PREMIUM
37         bool "Enable VCT_PLATINUMAVC"
38
39 endchoice
40
41 config VCT_ONENAND
42         bool "Enable VCT_ONENAND"
43
44 config VCT_SMALL_IMAGE
45         bool "Enable VCT_SMALL_IMAGE"
46
47 endmenu
48
49 endif