diff options
| author | Adam Ford <[email protected]> | 2017-08-07 13:11:34 -0500 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2017-08-10 12:02:32 +0200 |
| commit | daa0f0500f2bf6fdda7c359c24d4fc6ca46f6159 (patch) | |
| tree | a33990aeffb2ffd806cea84a1c92609a0fe39ba8 /drivers | |
| parent | 94d50bed653ba088b39416b12f825eb13a2a87c5 (diff) | |
Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_OMAP24XX
Signed-off-by: Adam Ford <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/i2c/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 8ac1cc6a15e..720e82d5ded 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 |
