aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/i2c/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/i2c/Kconfig')
-rw-r--r--src/soc/intel/common/block/i2c/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/i2c/Kconfig b/src/soc/intel/common/block/i2c/Kconfig
index 7718f05c58..0e68dac6eb 100644
--- a/src/soc/intel/common/block/i2c/Kconfig
+++ b/src/soc/intel/common/block/i2c/Kconfig
@@ -2,3 +2,11 @@ config SOC_INTEL_COMMON_BLOCK_I2C
bool
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.