Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/29621
Change subject: soc/intel/common/Kconfig: Remove unused SOC_INTEL_COMMON_SMI ......................................................................
soc/intel/common/Kconfig: Remove unused SOC_INTEL_COMMON_SMI
Change-Id: Ic4ea1d681d2677880b155713c34152ac0861146b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/intel/common/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/29621/1
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index 44d9f23..27d3f59 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -50,10 +50,6 @@ default "3rdparty/blobs/soc/intel/kabylake/mma-blobs" if SOC_INTEL_KABYLAKE default "3rdparty/blobs/soc/intel/skylake/mma-blobs" if SOC_INTEL_SKYLAKE
-config SOC_INTEL_COMMON_SMI - bool - default n - config SOC_INTEL_COMMON_ACPI bool default n