diff options
author | Duncan Laurie <dlaurie@google.com> | 2019-03-15 17:13:15 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-18 09:14:25 +0000 |
commit | af39c82a36119158ffcee955cf83d880c9560e5f (patch) | |
tree | 0a461061e6abf51477a55b53a3c5152c499806ff /src/mainboard/google/sarien/Kconfig | |
parent | c563cf3030d3aaf588223c6db838540ef49f53c6 (diff) | |
download | coreboot-af39c82a36119158ffcee955cf83d880c9560e5f.tar.xz |
soc/intel/common: Update ESPI disable option
Update the Kconfig option for disabling ESPI SMI source
to disable it entirely, not just when ACPI mode is disabled.
For the situations where this is needed (just the sarien
board) it is better to completely stop the EC from sending
any SMI events as no actions are taken.
Change-Id: Id94481bb2f0cfc948f350be45d360bfe40ddf018
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31918
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/sarien/Kconfig')
-rw-r--r-- | src/mainboard/google/sarien/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 8f8b37c9c7..6164c8e146 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -18,7 +18,7 @@ config BOARD_GOOGLE_BASEBOARD_SARIEN select SOC_INTEL_COMMON_ACPI_EC_PTS_WAK select SOC_INTEL_WHISKEYLAKE select SOC_INTEL_COMMON_BLOCK_HDA_VERB - select SOC_INTEL_COMMON_BLOCK_SMM_ESPI_ACPI_DIS + select SOC_INTEL_COMMON_BLOCK_SMM_ESPI_DISABLE select SPD_READ_BY_WORD select SYSTEM_TYPE_LAPTOP if BOARD_GOOGLE_SARIEN select SYSTEM_TYPE_CONVERTIBLE if BOARD_GOOGLE_ARCADA |