summaryrefslogtreecommitdiff
path: root/drivers/i2c/Kconfig
blob: 96715d0eedb830a23bf68a2ba3b125d983b6fe43 (plain)
1
2
3
4
5
6
config DM_I2C
	bool "Enable Driver Model for I2C drivers"
	depends on DM
	help
	  If you want to use driver model for I2C drivers, say Y.
	  To use legacy I2C drivers, say N.