blob: df7c0296c7d8051bd684ffeac08c96f57948440f [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_VCT
2
Masahiro Yamadadd840582014-07-30 14:08:14 +09003config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +09004 default "vct"
5
6config SYS_VENDOR
Masahiro Yamadadd840582014-07-30 14:08:14 +09007 default "micronas"
8
9config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090010 default "vct"
11
Paul Burtonec35e122016-05-17 11:56:39 +010012config SYS_TEXT_BASE
13 default 0x87000000
14
Paul Burtonace3be42016-05-27 14:28:04 +010015config SYS_DCACHE_SIZE
16 default 16384
17
Paul Burton37228622016-05-27 14:28:05 +010018config SYS_DCACHE_LINE_SIZE
19 default 32
20
Paul Burtonace3be42016-05-27 14:28:04 +010021config SYS_ICACHE_SIZE
22 default 16384
23
Paul Burton37228622016-05-27 14:28:05 +010024config SYS_ICACHE_LINE_SIZE
Paul Burtonace3be42016-05-27 14:28:04 +010025 default 32
26
Daniel Schwierzeck42079172014-10-26 14:14:07 +010027menu "vct board options"
28
29choice
30 prompt "Board variant"
Joe Hershbergera26cd042015-05-12 14:46:23 -050031 optional
Daniel Schwierzeck42079172014-10-26 14:14:07 +010032
33config VCT_PLATINUM
34 bool "Enable VCT_PLATINUM"
35
36config VCT_PLATINUMAVC
37 bool "Enable VCT_PLATINUMAVC"
38
39config VCT_PREMIUM
40 bool "Enable VCT_PLATINUMAVC"
41
42endchoice
43
44config VCT_ONENAND
45 bool "Enable VCT_ONENAND"
46
47config VCT_SMALL_IMAGE
48 bool "Enable VCT_SMALL_IMAGE"
49
50endmenu
51
Masahiro Yamadadd840582014-07-30 14:08:14 +090052endif