diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 884320e70403..9e56c3989d68 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -75,11 +75,11 @@ config I2C_AMD8111 | |||
75 | will be called i2c-amd8111. | 75 | will be called i2c-amd8111. |
76 | 76 | ||
77 | config I2C_AU1550 | 77 | config I2C_AU1550 |
78 | tristate "Au1550 SMBus interface" | 78 | tristate "Au1550/Au1200 SMBus interface" |
79 | depends on I2C && SOC_AU1550 | 79 | depends on I2C && (SOC_AU1550 || SOC_AU1200) |
80 | help | 80 | help |
81 | If you say yes to this option, support will be included for the | 81 | If you say yes to this option, support will be included for the |
82 | Au1550 SMBus interface. | 82 | Au1550 and Au1200 SMBus interface. |
83 | 83 | ||
84 | This driver can also be built as a module. If so, the module | 84 | This driver can also be built as a module. If so, the module |
85 | will be called i2c-au1550. | 85 | will be called i2c-au1550. |
@@ -287,6 +287,16 @@ config I2C_OCORES | |||
287 | This driver can also be built as a module. If so, the module | 287 | This driver can also be built as a module. If so, the module |
288 | will be called i2c-ocores. | 288 | will be called i2c-ocores. |
289 | 289 | ||
290 | config I2C_OMAP | ||
291 | tristate "OMAP I2C adapter" | ||
292 | depends on I2C && ARCH_OMAP | ||
293 | default y if MACH_OMAP_H3 || MACH_OMAP_OSK | ||
294 | help | ||
295 | If you say yes to this option, support will be included for the | ||
296 | I2C interface on the Texas Instruments OMAP1/2 family of processors. | ||
297 | Like OMAP1510/1610/1710/5912 and OMAP242x. | ||
298 | For details see http://www.ti.com/omap. | ||
299 | |||
290 | config I2C_PARPORT | 300 | config I2C_PARPORT |
291 | tristate "Parallel port adapter" | 301 | tristate "Parallel port adapter" |
292 | depends on I2C && PARPORT | 302 | depends on I2C && PARPORT |
@@ -482,19 +492,19 @@ config I2C_VIA | |||
482 | will be called i2c-via. | 492 | will be called i2c-via. |
483 | 493 | ||
484 | config I2C_VIAPRO | 494 | config I2C_VIAPRO |
485 | tristate "VIA 82C596/82C686/823x" | 495 | tristate "VIA 82C596/82C686/82xx" |
486 | depends on I2C && PCI | 496 | depends on I2C && PCI |
487 | help | 497 | help |
488 | If you say yes to this option, support will be included for the VIA | 498 | If you say yes to this option, support will be included for the VIA |
489 | 82C596/82C686/823x I2C interfaces. Specifically, the following | 499 | 82C596/82C686/82xx I2C interfaces. Specifically, the following |
490 | chipsets are supported: | 500 | chipsets are supported: |
491 | 82C596A/B | 501 | VT82C596A/B |
492 | 82C686A/B | 502 | VT82C686A/B |
493 | 8231 | 503 | VT8231 |
494 | 8233 | 504 | VT8233/A |
495 | 8233A | 505 | VT8235 |
496 | 8235 | 506 | VT8237R/A |
497 | 8237 | 507 | VT8251 |
498 | 508 | ||
499 | This driver can also be built as a module. If so, the module | 509 | This driver can also be built as a module. If so, the module |
500 | will be called i2c-viapro. | 510 | will be called i2c-viapro. |