Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | if TARGET_VCT |
| 2 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 3 | config SYS_BOARD |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 4 | default "vct" |
| 5 | |
| 6 | config SYS_VENDOR |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 7 | default "micronas" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | default "vct" |
| 11 | |
Paul Burton | aca04ce | 2016-05-17 11:56:39 +0100 | [diff] [blame^] | 12 | config SYS_TEXT_BASE |
| 13 | default 0x87000000 |
| 14 | |
Daniel Schwierzeck | 2721e7a | 2014-10-26 14:14:07 +0100 | [diff] [blame] | 15 | menu "vct board options" |
| 16 | |
| 17 | choice |
| 18 | prompt "Board variant" |
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 19 | optional |
Daniel Schwierzeck | 2721e7a | 2014-10-26 14:14:07 +0100 | [diff] [blame] | 20 | |
| 21 | config VCT_PLATINUM |
| 22 | bool "Enable VCT_PLATINUM" |
| 23 | |
| 24 | config VCT_PLATINUMAVC |
| 25 | bool "Enable VCT_PLATINUMAVC" |
| 26 | |
| 27 | config VCT_PREMIUM |
| 28 | bool "Enable VCT_PLATINUMAVC" |
| 29 | |
| 30 | endchoice |
| 31 | |
| 32 | config VCT_ONENAND |
| 33 | bool "Enable VCT_ONENAND" |
| 34 | |
| 35 | config VCT_SMALL_IMAGE |
| 36 | bool "Enable VCT_SMALL_IMAGE" |
| 37 | |
| 38 | endmenu |
| 39 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 40 | endif |