blob: ba0f11b082894d189c2611f9accf456acf0e9cf7 [file] [log] [blame]
Patrick Georgi0588d192009-08-12 15:00:51 +00001choice
2 prompt "Mainboard model"
3 depends on VENDOR_VIA
4
5config BOARD_VIA_VT8454C
6 bool "vt8454c"
7 select ARCH_X86
8 select CPU_VIA_C7
9 select NORTHBRIDGE_VIA_CX700
10# select SOUTHBRIDGE_INTEL_I82801GX
11 select SUPERIO_VIA_VT1211
12 select PIRQ_TABLE
13# select MMCONF_SUPPORT
14 select USE_PRINTK_IN_CAR
15 help
16 Kontron 986LCD-M Series mainboards
17endchoice
18
19config MAINBOARD_DIR
20 string
21 default via/vt8454c
22 depends on BOARD_VIA_VT8454C
23
24config DCACHE_RAM_BASE
25 hex
26 default 0xffef0000
27 depends on BOARD_VIA_VT8454C
28
29config DCACHE_RAM_SIZE
30 hex
31 default 0x8000
32 depends on BOARD_VIA_VT8454C
33
34config MAINBOARD_PART_NUMBER
35 string
36 default "VT8454C"
37 depends on BOARD_VIA_VT8454C