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>
This commit is contained in:
Nico Huber 2018-11-13 22:17:52 +01:00
parent 1018be2852
commit 3a903426de
1 changed files with 0 additions and 8 deletions

View File

@ -3,11 +3,3 @@ config SOC_INTEL_COMMON_BLOCK_I2C
select DRIVERS_I2C_DESIGNWARE select DRIVERS_I2C_DESIGNWARE
help help
Intel Processor Common I2C support 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.