summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-21 08:22:23 -0500
committerTom Rini <trini@ti.com>2015-02-21 08:22:23 -0500
commitb4087b354a888928f87386dc46091e672e14be97 (patch)
tree09b7045b65a1eef2dd8ff8df30bafb030910f528 /drivers/i2c/Kconfig
parented16f14689b98c1ec98c9f30b92b8edea9d2d60c (diff)
parent66c03151fc8752c29b7d17003b9c87218640b10b (diff)
downloadtalos-obmc-uboot-b4087b354a888928f87386dc46091e672e14be97.tar.gz
talos-obmc-uboot-b4087b354a888928f87386dc46091e672e14be97.zip
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/i2c/Kconfig')
-rw-r--r--drivers/i2c/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 2cc776c73f..692810d057 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -13,6 +13,15 @@ config DM_I2C
enabled together (it is not possible to use driver model
for one and not the other).
+config DM_I2C_COMPAT
+ bool "Enable I2C compatibility layer"
+ depends on DM
+ help
+ Enable old-style I2C functions for compatibility with existing code.
+ This option can be enabled as a temporary measure to avoid needing
+ to convert all code for a board in a single commit. It should not
+ be enabled for any board in an official release.
+
config SYS_I2C_UNIPHIER
bool "UniPhier I2C driver"
depends on ARCH_UNIPHIER && DM_I2C
OpenPOWER on IntegriCloud