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_DCACHE_LINE_SIZE 19 default 32 20 21 config SYS_ICACHE_SIZE 22 default 16384 23 24 config SYS_ICACHE_LINE_SIZE 25 default 32 26 27 menu "vct board options" 28 29 choice 30 prompt "Board variant" 31 optional 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 52 endif 53