this should get the VIA VT8454c in shape with Kconfig
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5088 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b6b192af9f
commit
389240f288
|
@ -3,7 +3,6 @@ config BOARD_VIA_VT8454C
|
|||
select ARCH_X86
|
||||
select CPU_VIA_C7
|
||||
select NORTHBRIDGE_VIA_CX700
|
||||
# select SOUTHBRIDGE_INTEL_I82801GX
|
||||
select SUPERIO_VIA_VT1211
|
||||
select HAVE_PIRQ_TABLE
|
||||
select HAVE_MP_TABLE
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
config NORTHBRIDGE_VIA_CX700
|
||||
bool
|
||||
select HAVE_HIGH_TABLES
|
||||
select HAVE_HARD_RESET
|
||||
select IOAPIC
|
||||
select SMP
|
||||
|
||||
# this is done by the northbridge's vgabios.c already
|
||||
config VGA_ROM_RUN
|
||||
|
|
Loading…
Reference in New Issue