summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-02-05 16:10:01 +0000
committerStefan Reinauer <stepan@openbios.org>2010-02-05 16:10:01 +0000
commit389240f288b2708617a35ebe8d7f89b3bff316c5 (patch)
treec4551ae5201d57d53945412bd456598b2465e8da
parentb6b192af9fd13e8774757830bea0eb1b2b3f9b45 (diff)
downloadcoreboot-staging-389240f288b2708617a35ebe8d7f89b3bff316c5.zip
coreboot-staging-389240f288b2708617a35ebe8d7f89b3bff316c5.tar.gz
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/Kconfig1
-rw-r--r--src/northbridge/via/cx700/Kconfig4
2 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/via/vt8454c/Kconfig b/src/mainboard/via/vt8454c/Kconfig
index f50a3b0..40a5fd8 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 077ed9e..58e2047 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
OpenPOWER on IntegriCloud