diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index f2894dec51a5..25d52e0eec2c 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -500,11 +500,11 @@ config I2C_VIA | |||
500 | will be called i2c-via. | 500 | will be called i2c-via. |
501 | 501 | ||
502 | config I2C_VIAPRO | 502 | config I2C_VIAPRO |
503 | tristate "VIA 82C596/82C686/82xx" | 503 | tristate "VIA VT82C596/82C686/82xx and CX700" |
504 | depends on I2C && PCI | 504 | depends on I2C && PCI |
505 | help | 505 | help |
506 | If you say yes to this option, support will be included for the VIA | 506 | If you say yes to this option, support will be included for the VIA |
507 | 82C596/82C686/82xx I2C interfaces. Specifically, the following | 507 | VT82C596 and later SMBus interface. Specifically, the following |
508 | chipsets are supported: | 508 | chipsets are supported: |
509 | VT82C596A/B | 509 | VT82C596A/B |
510 | VT82C686A/B | 510 | VT82C686A/B |
@@ -513,6 +513,7 @@ config I2C_VIAPRO | |||
513 | VT8235 | 513 | VT8235 |
514 | VT8237R/A | 514 | VT8237R/A |
515 | VT8251 | 515 | VT8251 |
516 | CX700 | ||
516 | 517 | ||
517 | This driver can also be built as a module. If so, the module | 518 | This driver can also be built as a module. If so, the module |
518 | will be called i2c-viapro. | 519 | will be called i2c-viapro. |