diff options
author | Romain Perier <romain.perier@free-electrons.com> | 2016-12-01 14:04:38 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-12-02 01:34:33 +0300 |
commit | 294be03c627b469f79ce391dafb163581d3158ba (patch) | |
tree | c089fa38b34b63134e6198795953a3444c3f344d /drivers/i2c/busses/Kconfig | |
parent | 6c14bdacdb29c391fe76e442139d96bc1bf1f59b (diff) | |
download | linux-294be03c627b469f79ce391dafb163581d3158ba.tar.xz |
i2c: pxa: Add support for the I2C units found in Armada 3700
The Armada 3700 has two I2C controllers that is compliant with the I2C
Bus Specificiation 2.1, supports multi-master and different bus speed:
Standard mode (up to 100 KHz), Fast mode (up to 400 KHz),
High speed mode (up to 3.4 Mhz).
This IP block has a lot of similarity with the PXA, except some register
offsets and bitfield. This commits adds a basic support for this I2C
unit.
Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 6399ceab402b..3ff7c031e04a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -763,7 +763,7 @@ config I2C_PUV3 config I2C_PXA tristate "Intel PXA2XX I2C adapter" - depends on ARCH_PXA || ARCH_MMP || (X86_32 && PCI && OF) + depends on ARCH_PXA || ARCH_MMP || ARCH_MVEBU || (X86_32 && PCI && OF) help If you have devices in the PXA I2C bus, say yes to this option. This driver can also be built as a module. If so, the module |