diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d1fc5cf9aa4d..b2b85629d074 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -350,15 +350,25 @@ config I2C_DAVINCI | |||
350 | devices such as DaVinci NIC. | 350 | devices such as DaVinci NIC. |
351 | For details please see http://www.ti.com/davinci | 351 | For details please see http://www.ti.com/davinci |
352 | 352 | ||
353 | config I2C_DESIGNWARE | 353 | config I2C_DESIGNWARE_PLATFORM |
354 | tristate "Synopsys DesignWare" | 354 | tristate "Synopsys DesignWare Platfrom" |
355 | depends on HAVE_CLK | 355 | depends on HAVE_CLK |
356 | help | 356 | help |
357 | If you say yes to this option, support will be included for the | 357 | If you say yes to this option, support will be included for the |
358 | Synopsys DesignWare I2C adapter. Only master mode is supported. | 358 | Synopsys DesignWare I2C adapter. Only master mode is supported. |
359 | 359 | ||
360 | This driver can also be built as a module. If so, the module | 360 | This driver can also be built as a module. If so, the module |
361 | will be called i2c-designware. | 361 | will be called i2c-designware-platform. |
362 | |||
363 | config I2C_DESIGNWARE_PCI | ||
364 | tristate "Synopsys DesignWare PCI" | ||
365 | depends on PCI | ||
366 | help | ||
367 | If you say yes to this option, support will be included for the | ||
368 | Synopsys DesignWare I2C adapter. Only master mode is supported. | ||
369 | |||
370 | This driver can also be built as a module. If so, the module | ||
371 | will be called i2c-designware-pci. | ||
362 | 372 | ||
363 | config I2C_GPIO | 373 | config I2C_GPIO |
364 | tristate "GPIO-based bitbanging I2C" | 374 | tristate "GPIO-based bitbanging I2C" |