summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorShreesha Rajashekar2019-04-03 03:18:23 +0200
committerWolfram Sang2019-04-03 22:35:23 +0200
commitf34b8d9093d7b82b0dbe47825ef15565c5be7aff (patch)
tree65b52e5aa132560ad52f32449b76c51c72c1de63 /drivers/i2c/busses/Kconfig
parenti2c: iproc: Extend I2C read up to 255 bytes (diff)
downloadkernel-qcow2-linux-f34b8d9093d7b82b0dbe47825ef15565c5be7aff.tar.gz
kernel-qcow2-linux-f34b8d9093d7b82b0dbe47825ef15565c5be7aff.tar.xz
kernel-qcow2-linux-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/Kconfig1
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.