diff options
author | Dirk Brandewie <dirk.brandewie@gmail.com> | 2011-10-06 14:26:35 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-10-29 06:03:52 -0400 |
commit | fe20ff5c7e9ca7f5369aacc7d7ca3efeda3b90fe (patch) | |
tree | 67100c5dd0fe8a212063eada32ac4ee9eca48983 /drivers/i2c/busses/Kconfig | |
parent | f3fa9f3da5621154323775ff0efdba99dcebcee4 (diff) |
i2c-designware: Add support for Designware core behind PCI devices.
Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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 e6f6e88021e5..1d7ce9c18bff 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -360,6 +360,16 @@ config I2C_DESIGNWARE_PLATFORM | |||
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-platform. | 361 | will be called i2c-designware-platform. |
362 | 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. | ||
372 | |||
363 | config I2C_GPIO | 373 | config I2C_GPIO |
364 | tristate "GPIO-based bitbanging I2C" | 374 | tristate "GPIO-based bitbanging I2C" |
365 | depends on GENERIC_GPIO | 375 | depends on GENERIC_GPIO |