blob: e70796a439f73e17babc94c9e4bf25c09ca1cb69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config SOC_INTEL_COMMON_BLOCK_I2C
bool
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.
|