From: Masahiro Yamada Date: Tue, 13 Jan 2015 03:44:35 +0000 (+0900) Subject: i2c: add CONFIG_DM_I2C to Kconfig X-Git-Tag: KARO-TXA5-2015-06-26~38^2~7^2~81 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b6036bcd2ac27b3497ec16a63456eb4ed2b23e9f;p=karo-tx-uboot.git i2c: add CONFIG_DM_I2C to Kconfig Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass Acked-by: Simon Glass Acked-by: Heiko Schocher --- diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index e69de29bb2..96715d0eed 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -0,0 +1,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.