diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-11-13 20:32:01 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-11-18 16:16:44 +0100 |
commit | 30021e3707a75cc29dc1252c062d374151c5985f (patch) | |
tree | fc21d83d01d409470c613110a261a804a96ea557 /drivers/i2c/busses/Kconfig | |
parent | c9449affad2ae0824927df5a207705e07f346fb1 (diff) | |
download | op-kernel-dev-30021e3707a75cc29dc1252c062d374151c5985f.zip op-kernel-dev-30021e3707a75cc29dc1252c062d374151c5985f.tar.gz |
i2c: add support for Amlogic Meson I2C controller
This is a driver for the I2C controller found in Amlogic Meson SoCs.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 03c6119..a940e33 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -564,6 +564,13 @@ config I2C_KEMPLD This driver can also be built as a module. If so, the module will be called i2c-kempld. +config I2C_MESON + tristate "Amlogic Meson I2C controller" + depends on ARCH_MESON + help + If you say yes to this option, support will be included for the + I2C interface on the Amlogic Meson family of SoCs. + config I2C_MPC tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" depends on PPC |