Author: stepan Date: Fri Feb 5 17:10:01 2010 New Revision: 5088 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5088
Log: 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
Modified: trunk/src/mainboard/via/vt8454c/Kconfig trunk/src/northbridge/via/cx700/Kconfig
Modified: trunk/src/mainboard/via/vt8454c/Kconfig ============================================================================== --- trunk/src/mainboard/via/vt8454c/Kconfig Fri Feb 5 15:32:00 2010 (r5087) +++ trunk/src/mainboard/via/vt8454c/Kconfig Fri Feb 5 17:10:01 2010 (r5088) @@ -3,7 +3,6 @@ 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
Modified: trunk/src/northbridge/via/cx700/Kconfig ============================================================================== --- trunk/src/northbridge/via/cx700/Kconfig Fri Feb 5 15:32:00 2010 (r5087) +++ trunk/src/northbridge/via/cx700/Kconfig Fri Feb 5 17:10:01 2010 (r5088) @@ -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