From 389240f288b2708617a35ebe8d7f89b3bff316c5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 5 Feb 2010 16:10:01 +0000 Subject: this should get the VIA VT8454c in shape with Kconfig Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5088 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/via/vt8454c/Kconfig | 1 - src/northbridge/via/cx700/Kconfig | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mainboard/via/vt8454c/Kconfig b/src/mainboard/via/vt8454c/Kconfig index f50a3b0850..40a5fd818d 100644 --- a/src/mainboard/via/vt8454c/Kconfig +++ b/src/mainboard/via/vt8454c/Kconfig @@ -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 diff --git a/src/northbridge/via/cx700/Kconfig b/src/northbridge/via/cx700/Kconfig index 077ed9eefb..58e2047a14 100644 --- a/src/northbridge/via/cx700/Kconfig +++ b/src/northbridge/via/cx700/Kconfig @@ -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 -- cgit v1.2.3