diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2017-10-29 10:09:00 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2017-11-20 10:11:34 +0100 |
commit | f8d9ca18333c42040135c6605ee27668da1738af (patch) | |
tree | 7f362ceb754b787496adc08c1c575132d5a1b94d /drivers/i2c/Kconfig | |
parent | b6251db8c3f0de605b4cd6f15a00fc7dd19cda63 (diff) |
i2c: add Amlogic Meson driver
Add a driver for the I2C controller available on Amlogic Meson SoCs.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/i2c/Kconfig')
-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 c296985d9b..1989f8eb57 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -137,6 +137,12 @@ config SYS_I2C_IMX_LPI2C help Add support for the NXP i.MX LPI2C driver. +config SYS_I2C_MESON + bool "Amlogic Meson I2C driver" + depends on DM_I2C && ARCH_MESON + help + Add support for the Amlogic Meson I2C driver. + config SYS_I2C_MXC bool "NXP i.MX I2C driver" depends on MX6 |