diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-13 08:57:42 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:58:45 +0000 |
commit | 88fa156544b0607de779f7988138f5ef9f29136f (patch) | |
tree | f3d1052039b8b39906f877dc645e13ca9a553fed /src/soc/intel/common | |
parent | 16e136795ac5ca7cea5e670c02bbe7e83ee25e03 (diff) | |
download | coreboot-88fa156544b0607de779f7988138f5ef9f29136f.tar.xz |
soc/intel/common/Kconfig: Remove unused SOC_INTEL_COMMON_SMI
Change-Id: Ic4ea1d681d2677880b155713c34152ac0861146b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29621
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index 44d9f23a30..27d3f5977d 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -50,10 +50,6 @@ config MMA_BLOBS_PATH 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 |