aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
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