summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-08-07 18:11:34 (GMT)
committerHeiko Schocher <hs@denx.de>2017-08-10 10:02:32 (GMT)
commitdaa0f0500f2bf6fdda7c359c24d4fc6ca46f6159 (patch)
treea33990aeffb2ffd806cea84a1c92609a0fe39ba8 /drivers
parent94d50bed653ba088b39416b12f825eb13a2a87c5 (diff)
downloadu-boot-fsl-qoriq-daa0f0500f2bf6fdda7c359c24d4fc6ca46f6159.tar.xz
Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig
This converts the following to Kconfig: CONFIG_SYS_I2C_OMAP24XX Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 8ac1cc6..720e82d 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -145,6 +145,12 @@ config SYS_I2C_MXC
channels and operating on standard mode upto 100 kbits/s and fast
mode upto 400 kbits/s.
+config SYS_I2C_OMAP24XX
+ bool "TI OMAP2+ I2C driver"
+ depends on ARCH_OMAP2PLUS
+ help
+ Add support for the OMAP2+ I2C driver.
+
config SYS_I2C_ROCKCHIP
bool "Rockchip I2C driver"
depends on DM_I2C