blob: cee2f724ffd2fc53359d4d7b1d5e2357c1335e8c [file] [log] [blame]
Patrick Georgi88f55b22009-09-25 18:43:02 +00001config BOARD_VIA_EPIA_CN
2 bool "EPIA-CN"
3 select ARCH_X86
4 select CPU_VIA_C7
5 select NORTHBRIDGE_VIA_CN700
6 select SOUTHBRIDGE_VIA_VT8237R
7 select SUPERIO_VIA_VT1211
8 select HAVE_PIRQ_TABLE
Uwe Hermannd65509d2009-10-16 17:37:20 +00009 select BOARD_ROMSIZE_KB_512
Patrick Georgi88f55b22009-09-25 18:43:02 +000010
11config MAINBOARD_DIR
12 string
13 default via/epia-cn
14 depends on BOARD_VIA_EPIA_CN
15
16#config DCACHE_RAM_BASE
17# hex
18# default 0xffef0000
19# depends on BOARD_VIA_EPIA_CN
20#
21#config DCACHE_RAM_SIZE
22# hex
23# default 0x8000
24# depends on BOARD_VIA_EPIA_CN
25
26config MAINBOARD_PART_NUMBER
27 string
28 default "EPIA_CN"
29 depends on BOARD_VIA_EPIA_CN
30
31config VIDEO_MB
32 int
33 default 32
34 depends on BOARD_VIA_EPIA_CN
35
36config RAMBASE
37 hex
38 default 0x4000
39 depends on BOARD_VIA_EPIA_CN
40
41config IRQ_SLOT_COUNT
42 int
43 default 9
44 depends on BOARD_VIA_EPIA_CN