blob: c64f8d282f6edefce32f126eab4beae732b30295 [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_VIA_EPIA_M700
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Patrick Georgi88f55b22009-09-25 18:43:02 +00005 select CPU_VIA_C7
6 select NORTHBRIDGE_VIA_VX800
7 select SUPERIO_WINBOND_W83697HF
Uwe Hermannd51122d2010-11-05 16:17:46 +00008 select HAVE_PIRQ_TABLE
9 # Note: For ACPI, you need to use the 'get_dsdt' script and uncomment
10 # the "select HAVE_ACPI_TABLES" line below.
11 # select HAVE_ACPI_TABLES
Edwin Beasanteb50c7d2010-07-06 21:05:04 +000012 select HAVE_OPTION_TABLE
Uwe Hermannd65509d2009-10-16 17:37:20 +000013 select BOARD_ROMSIZE_KB_512
Patrick Georgi88f55b22009-09-25 18:43:02 +000014
15config MAINBOARD_DIR
16 string
17 default via/epia-m700
Patrick Georgi88f55b22009-09-25 18:43:02 +000018
Patrick Georgi88f55b22009-09-25 18:43:02 +000019config MAINBOARD_PART_NUMBER
20 string
Uwe Hermann4e015eb2009-10-20 13:55:35 +000021 default "EPIA-M700"
Patrick Georgi88f55b22009-09-25 18:43:02 +000022
Patrick Georgi88f55b22009-09-25 18:43:02 +000023config IRQ_SLOT_COUNT
24 int
25 default 13
Jens Rottmann9a684fc2010-08-30 16:36:51 +000026
27endif # BOARD_VIA_EPIA_M700