diff options
author | Anders Berg <anders.berg@avagotech.com> | 2014-10-03 13:08:02 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-03 14:11:53 +0200 |
commit | 08678b850cd0c49cc49c7fed0c93f720f85368e8 (patch) | |
tree | d8c2d3c7d9f0b8870eaafcaf7664288839676746 /drivers/i2c/busses/Kconfig | |
parent | 2374a5399b7263eb1afc6b5522a56ebf9f0b8636 (diff) | |
download | op-kernel-dev-08678b850cd0c49cc49c7fed0c93f720f85368e8.zip op-kernel-dev-08678b850cd0c49cc49c7fed0c93f720f85368e8.tar.gz |
i2c: axxia: Add I2C driver for AXM55xx
Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The
driver implements 10-bit addressing and SMBus transfer modes via emulation
(including SMBus block data read).
Signed-off-by: Anders Berg <anders.berg@avagotech.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 1f3b9cb..e1d491b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -337,6 +337,17 @@ config I2C_AU1550 This driver can also be built as a module. If so, the module will be called i2c-au1550. +config I2C_AXXIA + tristate "Axxia I2C controller" + depends on ARCH_AXXIA || COMPILE_TEST + default ARCH_AXXIA + help + Say yes if you want to support the I2C bus on Axxia platforms. + + Please note that this controller is limited to transfers of maximum + 255 bytes in length. Any attempt to to a larger transfer will return + an error. + config I2C_BCM2835 tristate "Broadcom BCM2835 I2C controller" depends on ARCH_BCM2835 |