aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/i2c/Kconfig
blob: 0e68dac6eb6259fa028f53be2d8929c3d4cb57a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.