diff options
author | Kamal Dasu <kdasu.kdev@gmail.com> | 2015-06-09 15:36:20 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-06-10 22:02:57 +0900 |
commit | dd1aa2524bc55345ede0b13853c54e1b0be22b9f (patch) | |
tree | cced9b59b0f881ce8a46eb8d05a018f2350ba121 /drivers/i2c/busses/Kconfig | |
parent | 5e3cfc6c4e37ec7040fa235f42586b3312c0ebf2 (diff) | |
download | talos-op-linux-dd1aa2524bc55345ede0b13853c54e1b0be22b9f.tar.gz talos-op-linux-dd1aa2524bc55345ede0b13853c54e1b0be22b9f.zip |
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 8a639dce5173..b8c3d6b53861 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 |