Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | if TARGET_VCT |
2 | |||||
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 3 | config SYS_BOARD |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 4 | default "vct" |
5 | |||||
6 | config SYS_VENDOR | ||||
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 7 | default "micronas" |
8 | |||||
9 | config SYS_CONFIG_NAME | ||||
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | default "vct" |
11 | |||||
Paul Burton | ec35e12 | 2016-05-17 11:56:39 +0100 | [diff] [blame] | 12 | config SYS_TEXT_BASE |
13 | default 0x87000000 | ||||
14 | |||||
Paul Burton | ace3be4 | 2016-05-27 14:28:04 +0100 | [diff] [blame] | 15 | config SYS_DCACHE_SIZE |
16 | default 16384 | ||||
17 | |||||
Paul Burton | 3722862 | 2016-05-27 14:28:05 +0100 | [diff] [blame] | 18 | config SYS_DCACHE_LINE_SIZE |
19 | default 32 | ||||
20 | |||||
Paul Burton | ace3be4 | 2016-05-27 14:28:04 +0100 | [diff] [blame] | 21 | config SYS_ICACHE_SIZE |
22 | default 16384 | ||||
23 | |||||
Paul Burton | 3722862 | 2016-05-27 14:28:05 +0100 | [diff] [blame] | 24 | config SYS_ICACHE_LINE_SIZE |
Paul Burton | ace3be4 | 2016-05-27 14:28:04 +0100 | [diff] [blame] | 25 | default 32 |
26 | |||||
Daniel Schwierzeck | 4207917 | 2014-10-26 14:14:07 +0100 | [diff] [blame] | 27 | menu "vct board options" |
28 | |||||
29 | choice | ||||
30 | prompt "Board variant" | ||||
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 31 | optional |
Daniel Schwierzeck | 4207917 | 2014-10-26 14:14:07 +0100 | [diff] [blame] | 32 | |
33 | config VCT_PLATINUM | ||||
34 | bool "Enable VCT_PLATINUM" | ||||
35 | |||||
36 | config VCT_PLATINUMAVC | ||||
37 | bool "Enable VCT_PLATINUMAVC" | ||||
38 | |||||
39 | config VCT_PREMIUM | ||||
40 | bool "Enable VCT_PLATINUMAVC" | ||||
41 | |||||
42 | endchoice | ||||
43 | |||||
44 | config VCT_ONENAND | ||||
45 | bool "Enable VCT_ONENAND" | ||||
46 | |||||
47 | config VCT_SMALL_IMAGE | ||||
48 | bool "Enable VCT_SMALL_IMAGE" | ||||
49 | |||||
50 | endmenu | ||||
51 | |||||
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 52 | endif |