aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-11-13 22:17:52 +0100
committerNico Huber <nico.h@gmx.de>2018-11-21 14:55:42 +0000
commit3a903426de967ff5c6b200576b754bf9bf4dd6d4 (patch)
tree22ac0c8163d3cba693d42494017fd0d8c3c2e595 /src/soc
parent1018be2852e19935b53ecfcf01fc85da4553fc8a (diff)
soc/intel/.../Kconfig: Drop SOC_INTEL_COMMON_BLOCK_I2C_DEBUG
It's dead. Change-Id: I1fc051937a36878eab23f6022bc42028d5606c83 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/29679 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/i2c/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/common/block/i2c/Kconfig b/src/soc/intel/common/block/i2c/Kconfig
index e70796a439..b0deb08430 100644
--- a/src/soc/intel/common/block/i2c/Kconfig
+++ b/src/soc/intel/common/block/i2c/Kconfig
@@ -3,11 +3,3 @@ config SOC_INTEL_COMMON_BLOCK_I2C
select DRIVERS_I2C_DESIGNWARE
help
Intel Processor Common I2C support
-
-config SOC_INTEL_COMMON_BLOCK_I2C_DEBUG
- bool "Enable debug output for LPSS I2C transactions"
- default n
- depends on SOC_INTEL_COMMON_BLOCK_I2C
- help
- Enable debug output for I2C transactions. This can be useful
- when debugging I2C drivers.