aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2009-06-22 09:36:29 -0400
committerBen Dooks <ben-linux@fluff.org>2009-06-23 19:18:56 -0400
commit1ab52cf910bbbee92861227e6ed77c56b1dc233c (patch)
tree1232a97c6ac79cbc91332fb5fde9acfd7b5136a6 /drivers/i2c/busses/Kconfig
parentd888a4c76c51092993643f8992bf55b3c28da483 (diff)
i2c: driver for the Synopsys DesignWare I2C controller
The i2c Linux driver for the DesignWare i2c block of Synopsys, which is meant for AMBA Peripheral Bus. This i2c block is used on SoC chips like the ARM9 based PVG610. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 3c259ee7ddda..aa87b6a3bbef 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -326,6 +326,15 @@ config I2C_DAVINCI
326 devices such as DaVinci NIC. 326 devices such as DaVinci NIC.
327 For details please see http://www.ti.com/davinci 327 For details please see http://www.ti.com/davinci
328 328
329config I2C_DESIGNWARE
330 tristate "Synopsys DesignWare"
331 help
332 If you say yes to this option, support will be included for the
333 Synopsys DesignWare I2C adapter. Only master mode is supported.
334
335 This driver can also be built as a module. If so, the module
336 will be called i2c-designware.
337
329config I2C_GPIO 338config I2C_GPIO
330 tristate "GPIO-based bitbanging I2C" 339 tristate "GPIO-based bitbanging I2C"
331 depends on GENERIC_GPIO 340 depends on GENERIC_GPIO