From 8240a88c053685515e13e3dbb1bebab67c6dc819 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 14 Dec 2017 10:51:13 -0700 Subject: soc/intel/common/block/i2c: fix orphaned Kconfig options The SOC_INTEL_COMMON_LPSS_I2C option is no longer used. Likewise, the SOC_INTEL_COMMON_LPSS_I2C_DEBUG option which is dependent on SOC_INTEL_COMMON_LPSS_I2C is by definition not used either. Therefore, remove SOC_INTEL_COMMON_LPSS_I2C and change the name/dependency for SOC_INTEL_COMMON_LPSS_I2C_DEBUG to SOC_INTEL_COMMON_BLOCK_I2C_DEBUG. BUG=b:70232394 Change-Id: Icd77f028b77d8f642690a50be4ac2c50d9ef511a Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/22874 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Chris Ching --- src/soc/intel/common/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/soc/intel/common/Kconfig') diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index c84b18a822..8f2b60c4db 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -73,21 +73,6 @@ config SOC_INTEL_COMMON_LPSS_CLOCK_MHZ at, in MHz. No default is set here as this is an SOC-specific value and must be provided by the SOC. -config SOC_INTEL_COMMON_LPSS_I2C - bool - default n - help - This driver supports the Intel Low Power Subsystem (LPSS) I2C - controllers that are based on Synopsys DesignWare IP. - -config SOC_INTEL_COMMON_LPSS_I2C_DEBUG - bool "Enable debug output for LPSS I2C transactions" - default n - depends on SOC_INTEL_COMMON_LPSS_I2C - help - Enable debug output for I2C transactions. This can be useful - when debugging I2C drivers. - config MMA bool "Enable MMA (Memory Margin Analysis) support for Intel Core" default n -- cgit v1.2.3