diff options
author | Shreesha Rajashekar <shreesha.rajashekar@broadcom.com> | 2019-04-02 18:18:23 -0700 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-04-03 22:35:23 +0200 |
commit | f34b8d9093d7b82b0dbe47825ef15565c5be7aff (patch) | |
tree | 65b52e5aa132560ad52f32449b76c51c72c1de63 /drivers/i2c/busses/Kconfig | |
parent | c24b8d574b7c6f9cc2c50ed1e674f4333cc53736 (diff) | |
download | linux-stable-f34b8d9093d7b82b0dbe47825ef15565c5be7aff.tar.gz linux-stable-f34b8d9093d7b82b0dbe47825ef15565c5be7aff.tar.bz2 linux-stable-f34b8d9093d7b82b0dbe47825ef15565c5be7aff.zip |
i2c: iproc: Add slave mode support
Add slave mode support to the iProc I2C driver.
Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Signed-off-by: Michael Cheng <ccheng@broadcom.com>
Signed-off-by: Shreesha Rajashekar <shreesha.rajashekar@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2a978ec91b91..690f0d3a5543 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -447,6 +447,7 @@ config I2C_BCM_IPROC tristate "Broadcom iProc I2C controller" depends on ARCH_BCM_IPROC || COMPILE_TEST default ARCH_BCM_IPROC + select I2C_SLAVE help If you say yes to this option, support will be included for the Broadcom iProc I2C controller. |