summaryrefslogtreecommitdiffstats
path: root/src/southbridge/via
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-13 13:01:31 -0800
committerRonald G. Minnich <rminnich@gmail.com>2012-11-14 05:56:28 +0100
commit431a8160194a1c43c340fbf14ad4e94319bd159e (patch)
tree07cd9a05dc57cb44f6050b5e51ec9110593d096e /src/southbridge/via
parentc5334635caca830600525f9c914465c0c17ec4fc (diff)
downloadcoreboot-431a8160194a1c43c340fbf14ad4e94319bd159e.tar.gz
coreboot-431a8160194a1c43c340fbf14ad4e94319bd159e.tar.bz2
coreboot-431a8160194a1c43c340fbf14ad4e94319bd159e.zip
Move HAVE_SMI_HANDLER from mainboards to chipsets
Change-Id: Ibb6606fe3996e377181872a4544600f2d58c5439 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1834 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/southbridge/via')
-rw-r--r--src/southbridge/via/vt8237r/Kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/southbridge/via/vt8237r/Kconfig b/src/southbridge/via/vt8237r/Kconfig
index d0a6deb60c31..8deea9278b23 100644
--- a/src/southbridge/via/vt8237r/Kconfig
+++ b/src/southbridge/via/vt8237r/Kconfig
@@ -22,12 +22,20 @@ config SOUTHBRIDGE_VIA_VT8237R
select HAVE_DEBUG_SMBUS
select IOAPIC
+if SOUTHBRIDGE_VIA_VT8237R
+
+if NORTHBRIDGE_AMD_K8 || NORTHBRIDGE_AMD_FAM10
+config SOUTH_BRIDGE_OPTIONS # dummy
+ def_bool y
+ select HAVE_SMI_HANDLER
+endif
+
config EPIA_VT8237R_INIT
bool
default n
- depends on SOUTHBRIDGE_VIA_VT8237R
config BOOTBLOCK_SOUTHBRIDGE_INIT
string
default "southbridge/via/vt8237r/bootblock.c"
- depends on SOUTHBRIDGE_VIA_VT8237R
+
+endif