blob: df7c0296c7d8051bd684ffeac08c96f57948440f [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001if TARGET_VCT
2
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09003config SYS_BOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09004 default "vct"
5
6config SYS_VENDOR
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09007 default "micronas"
8
9config SYS_CONFIG_NAME
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010 default "vct"
11
Paul Burtonaca04ce2016-05-17 11:56:39 +010012config SYS_TEXT_BASE
13 default 0x87000000
14
Paul Burton5e511422016-05-27 14:28:04 +010015config SYS_DCACHE_SIZE
16 default 16384
17
Paul Burton62f13522016-05-27 14:28:05 +010018config SYS_DCACHE_LINE_SIZE
19 default 32
20
Paul Burton5e511422016-05-27 14:28:04 +010021config SYS_ICACHE_SIZE
22 default 16384
23
Paul Burton62f13522016-05-27 14:28:05 +010024config SYS_ICACHE_LINE_SIZE
Paul Burton5e511422016-05-27 14:28:04 +010025 default 32
26
Daniel Schwierzeck2721e7a2014-10-26 14:14:07 +010027menu "vct board options"
28
29choice
30 prompt "Board variant"
Joe Hershbergerf0699602015-05-12 14:46:23 -050031 optional
Daniel Schwierzeck2721e7a2014-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 Yamadad3ae6782014-07-30 14:08:14 +090052endif