diff options
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 3c259ee7ddda..8206442fbabd 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -326,6 +326,16 @@ 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 | ||
329 | config I2C_DESIGNWARE | ||
330 | tristate "Synopsys DesignWare" | ||
331 | depends on HAVE_CLK | ||
332 | help | ||
333 | If you say yes to this option, support will be included for the | ||
334 | Synopsys DesignWare I2C adapter. Only master mode is supported. | ||
335 | |||
336 | This driver can also be built as a module. If so, the module | ||
337 | will be called i2c-designware. | ||
338 | |||
329 | config I2C_GPIO | 339 | config I2C_GPIO |
330 | tristate "GPIO-based bitbanging I2C" | 340 | tristate "GPIO-based bitbanging I2C" |
331 | depends on GENERIC_GPIO | 341 | depends on GENERIC_GPIO |