summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint
diff options
context:
space:
mode:
authorTristan Corrick <tristan@corrick.kiwi>2018-12-02 03:23:11 +1300
committerPatrick Georgi <pgeorgi@google.com>2018-12-03 13:14:26 +0000
commit8a34795e66ee017585d43ccb1c0e75dbcd27943e (patch)
treea78f1f1566c7ea91d0baedca6391eb6e66acd76c /src/southbridge/intel/lynxpoint
parent63626b1a4a31588995ff6f0ba42952b6086cbded (diff)
downloadcoreboot-8a34795e66ee017585d43ccb1c0e75dbcd27943e.tar.gz
coreboot-8a34795e66ee017585d43ccb1c0e75dbcd27943e.tar.bz2
coreboot-8a34795e66ee017585d43ccb1c0e75dbcd27943e.zip
sb/intel/lynxpoint: Move `HAVE_SMI_HANDLER` to southbridge Kconfig
All Lynx Point board select this, and none build without it. Change-Id: I4b59b10ee985cff5a8e1442677d36b0be88cf437 Signed-off-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-on: https://review.coreboot.org/c/29992 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/intel/lynxpoint')
-rw-r--r--src/southbridge/intel/lynxpoint/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig
index b331ba1c7733..e11bcef81806 100644
--- a/src/southbridge/intel/lynxpoint/Kconfig
+++ b/src/southbridge/intel/lynxpoint/Kconfig
@@ -27,6 +27,7 @@ config SOUTH_BRIDGE_OPTIONS # dummy
select SOUTHBRIDGE_INTEL_COMMON_ACPI_MADT
select SOUTHBRIDGE_INTEL_COMMON_FINALIZE
select IOAPIC
+ select HAVE_SMI_HANDLER
select HAVE_USBDEBUG_OPTIONS
select USE_WATCHDOG_ON_BOOT
select PCIEXP_ASPM