Change-Id: Iaaeee87d70cf052bc7980007cdf1f7dda88b3623 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1836 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
30 lines
519 B
Plaintext
30 lines
519 B
Plaintext
if BOARD_VIA_EPIA_M
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select CPU_VIA_C3
|
|
select NORTHBRIDGE_VIA_VT8623
|
|
select SOUTHBRIDGE_VIA_VT8235
|
|
select SOUTHBRIDGE_RICOH_RL5C476
|
|
select SUPERIO_VIA_VT1211
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_ACPI_TABLES
|
|
select BOARD_ROMSIZE_KB_256
|
|
select ROMCC
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default via/epia-m
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "EPIA-M"
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 5
|
|
|
|
endif # BOARD_VIA_EPIA_M
|