aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via
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 /src/northbridge/via
parentb6b192af9fd13e8774757830bea0eb1b2b3f9b45 (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
Diffstat (limited to 'src/northbridge/via')
-rw-r--r--src/northbridge/via/cx700/Kconfig4
1 files changed, 4 insertions, 0 deletions
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