diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-05 16:10:01 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-05 16:10:01 +0000 |
commit | 389240f288b2708617a35ebe8d7f89b3bff316c5 (patch) | |
tree | c4551ae5201d57d53945412bd456598b2465e8da | |
parent | b6b192af9fd13e8774757830bea0eb1b2b3f9b45 (diff) |
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
-rw-r--r-- | src/mainboard/via/vt8454c/Kconfig | 1 | ||||
-rw-r--r-- | src/northbridge/via/cx700/Kconfig | 4 |
2 files changed, 4 insertions, 1 deletions
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 |