xref: /rk3399_rockchip-uboot/drivers/i2c/Kconfig (revision b6036bcd2ac27b3497ec16a63456eb4ed2b23e9f)
1config 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.
7