]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/i2c/Kconfig
i2c: add CONFIG_DM_I2C to Kconfig
[karo-tx-uboot.git] / drivers / i2c / Kconfig
1 config DM_I2C
2         bool "Enable Driver Model for I2C drivers"
3         depends on DM
4         help
5           If you want to use driver model for I2C drivers, say Y.
6           To use legacy I2C drivers, say N.