u-boot-brain/drivers/i2c/Kconfig

7 lines
175 B
Plaintext
Raw Normal View History

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.