diff options
author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
commit | bbb20089a3275a19e475dbc21320c3742e3ca423 (patch) | |
tree | 216fdc1cbef450ca688135c5b8969169482d9a48 /drivers/i2c/busses/Kconfig | |
parent | 3e48e656903e9fd8bc805c6a2c4264d7808d315b (diff) | |
parent | 657a77fa7284d8ae28dfa48f1dc5d919bf5b2843 (diff) |
Merge branch 'dmaengine' into async-tx-next
Conflicts:
crypto/async_tx/async_xor.c
drivers/dma/ioat/dma_v2.h
drivers/dma/ioat/pci.c
drivers/md/raid5.c
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index f1c6ca7e2852..aa87b6a3bbef 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -211,7 +211,7 @@ config I2C_VIA | |||
211 | will be called i2c-via. | 211 | will be called i2c-via. |
212 | 212 | ||
213 | config I2C_VIAPRO | 213 | config I2C_VIAPRO |
214 | tristate "VIA VT82C596/82C686/82xx and CX700/VX800/VX820" | 214 | tristate "VIA VT82C596/82C686/82xx and CX700/VX8xx" |
215 | depends on PCI | 215 | depends on PCI |
216 | help | 216 | help |
217 | If you say yes to this option, support will be included for the VIA | 217 | If you say yes to this option, support will be included for the VIA |
@@ -225,8 +225,8 @@ config I2C_VIAPRO | |||
225 | VT8237R/A/S | 225 | VT8237R/A/S |
226 | VT8251 | 226 | VT8251 |
227 | CX700 | 227 | CX700 |
228 | VX800 | 228 | VX800/VX820 |
229 | VX820 | 229 | VX855/VX875 |
230 | 230 | ||
231 | This driver can also be built as a module. If so, the module | 231 | This driver can also be built as a module. If so, the module |
232 | will be called i2c-viapro. | 232 | will be called i2c-viapro. |
@@ -298,7 +298,7 @@ config I2C_BLACKFIN_TWI | |||
298 | config I2C_BLACKFIN_TWI_CLK_KHZ | 298 | config I2C_BLACKFIN_TWI_CLK_KHZ |
299 | int "Blackfin TWI I2C clock (kHz)" | 299 | int "Blackfin TWI I2C clock (kHz)" |
300 | depends on I2C_BLACKFIN_TWI | 300 | depends on I2C_BLACKFIN_TWI |
301 | range 10 400 | 301 | range 21 400 |
302 | default 50 | 302 | default 50 |
303 | help | 303 | help |
304 | The unit of the TWI clock is kHz. | 304 | The unit of the TWI clock is kHz. |
@@ -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 | ||
329 | config 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 | |||
329 | config I2C_GPIO | 338 | config I2C_GPIO |
330 | tristate "GPIO-based bitbanging I2C" | 339 | tristate "GPIO-based bitbanging I2C" |
331 | depends on GENERIC_GPIO | 340 | depends on GENERIC_GPIO |
@@ -513,6 +522,19 @@ config I2C_SIMTEC | |||
513 | This driver can also be built as a module. If so, the module | 522 | This driver can also be built as a module. If so, the module |
514 | will be called i2c-simtec. | 523 | will be called i2c-simtec. |
515 | 524 | ||
525 | config I2C_STU300 | ||
526 | tristate "ST Microelectronics DDC I2C interface" | ||
527 | depends on MACH_U300 | ||
528 | default y if MACH_U300 | ||
529 | help | ||
530 | If you say yes to this option, support will be included for the | ||
531 | I2C interface from ST Microelectronics simply called "DDC I2C" | ||
532 | supporting both I2C and DDC, used in e.g. the U300 series | ||
533 | mobile platforms. | ||
534 | |||
535 | This driver can also be built as a module. If so, the module | ||
536 | will be called i2c-stu300. | ||
537 | |||
516 | config I2C_VERSATILE | 538 | config I2C_VERSATILE |
517 | tristate "ARM Versatile/Realview I2C bus support" | 539 | tristate "ARM Versatile/Realview I2C bus support" |
518 | depends on ARCH_VERSATILE || ARCH_REALVIEW | 540 | depends on ARCH_VERSATILE || ARCH_REALVIEW |