diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2013-02-11 19:47:56 -0700 |
---|---|---|
committer | Wolfram Sang <wolfram@the-dreams.de> | 2013-02-12 11:33:59 +0100 |
commit | f3b54b9a066edeac5c06e1cdcd82e1cb1224aaef (patch) | |
tree | a98bbfac8ccd16ac6535107a066bb78a226adc7d /drivers/i2c/busses/Kconfig | |
parent | cb7f07a4c58659d971a60ebbb8547f6611278622 (diff) |
i2c: add bcm2835 driver
This implements a very basic I2C host driver for the BCM2835 SoC. Missing
features so far are:
* 10-bit addressing.
* DMA.
Reviewed-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 74e18bc0bf6..8cbd9cd1e0f 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -330,6 +330,18 @@ config I2C_AU1550 This driver can also be built as a module. If so, the module will be called i2c-au1550. +config I2C_BCM2835 + tristate "Broadcom BCM2835 I2C controller" + depends on ARCH_BCM2835 + help + If you say yes to this option, support will be included for the + BCM2835 I2C controller. + + If you don't know what to do here, say N. + + This support is also available as a module. If so, the module + will be called i2c-bcm2835. + config I2C_BLACKFIN_TWI tristate "Blackfin TWI I2C support" depends on BLACKFIN |