diff options
author | Tristan Corrick <tristan@corrick.kiwi> | 2018-12-02 03:23:11 +1300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-03 13:14:26 +0000 |
commit | 8a34795e66ee017585d43ccb1c0e75dbcd27943e (patch) | |
tree | a78f1f1566c7ea91d0baedca6391eb6e66acd76c /src/mainboard/google/slippy/Kconfig | |
parent | 63626b1a4a31588995ff6f0ba42952b6086cbded (diff) | |
download | coreboot-8a34795e66ee017585d43ccb1c0e75dbcd27943e.tar.xz |
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/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index fe7e5b3d3a..9d206dce12 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -10,7 +10,6 @@ config BOARD_GOOGLE_BASEBOARD_SLIPPY select HAVE_ACPI_TABLES select HAVE_OPTION_TABLE select HAVE_ACPI_RESUME - select HAVE_SMI_HANDLER select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_LPC_TPM select MAINBOARD_HAS_TPM1 |