6c71a684a4
Change-Id: I00d0d0e2556d4cd0553a2b3351ace26bf747ff6a Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6944 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
28 lines
592 B
Text
28 lines
592 B
Text
if BOARD_VIA_EPIA_M700
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_VIA_C7
|
|
select NORTHBRIDGE_VIA_VX800
|
|
select SUPERIO_WINBOND_W83697HF
|
|
select HAVE_PIRQ_TABLE
|
|
# Note: For ACPI, you need to use the 'get_dsdt' script and uncomment
|
|
# the "select HAVE_ACPI_TABLES" line below.
|
|
# select HAVE_ACPI_TABLES
|
|
# select PER_DEVICE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select BOARD_ROMSIZE_KB_512
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default via/epia-m700
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "EPIA-M700"
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 13
|
|
|
|
endif # BOARD_VIA_EPIA_M700
|