summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorKamal Dasu <kdasu.kdev@gmail.com>2015-06-09 15:36:20 -0400
committerWolfram Sang <wsa@the-dreams.de>2015-06-10 22:02:57 +0900
commitdd1aa2524bc55345ede0b13853c54e1b0be22b9f (patch)
treecced9b59b0f881ce8a46eb8d05a018f2350ba121 /drivers/i2c/busses/Kconfig
parent5e3cfc6c4e37ec7040fa235f42586b3312c0ebf2 (diff)
downloadop-kernel-dev-dd1aa2524bc55345ede0b13853c54e1b0be22b9f.zip
op-kernel-dev-dd1aa2524bc55345ede0b13853c54e1b0be22b9f.tar.gz
i2c: brcmstb: Add Broadcom settop SoC i2c controller driver
Adding support for i2c controller driver for Broadcom settop SoCs. Signed-off-by: Kamal Dasu <kdasu.kdev@gmail.com> [wsa: removed superfluous owner in platform_driver] Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 8a639dc..b8c3d6b 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -392,6 +392,16 @@ config I2C_BCM_KONA
If you do not need KONA I2C interface, say N.
+config I2C_BRCMSTB
+ tristate "BRCM Settop I2C controller"
+ depends on ARCH_BRCMSTB || COMPILE_TEST
+ default y
+ help
+ If you say yes to this option, support will be included for the
+ I2C interface on the Broadcom Settop SoCs.
+
+ If you do not need I2C interface, say N.
+
config I2C_BLACKFIN_TWI
tristate "Blackfin TWI I2C support"
depends on BLACKFIN
OpenPOWER on IntegriCloud