diff options
author | Rudolf Marek <r.marek@sh.cvut.cz> | 2006-09-03 16:35:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-26 18:38:52 -0400 |
commit | c243353a90fae3a9a85d2bd79b1df06bb21c568a (patch) | |
tree | 5c3b967d154bb5d487a245636120e318be2a1a6a /drivers/i2c/busses/Kconfig | |
parent | 114fd18397eb0eacf51ac784f7d5c929b8499715 (diff) |
i2c-viapro: Add support for the VT8237A and VT8251
i2c-viapro: Add support for the VT8237A and VT8251
Documentation update included. Compile tested.
Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 1df3bd97cb15..9e56c3989d68 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -492,19 +492,19 @@ config I2C_VIA | |||
492 | will be called i2c-via. | 492 | will be called i2c-via. |
493 | 493 | ||
494 | config I2C_VIAPRO | 494 | config I2C_VIAPRO |
495 | tristate "VIA 82C596/82C686/823x" | 495 | tristate "VIA 82C596/82C686/82xx" |
496 | depends on I2C && PCI | 496 | depends on I2C && PCI |
497 | help | 497 | help |
498 | 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 |
499 | 82C596/82C686/823x I2C interfaces. Specifically, the following | 499 | 82C596/82C686/82xx I2C interfaces. Specifically, the following |
500 | chipsets are supported: | 500 | chipsets are supported: |
501 | 82C596A/B | 501 | VT82C596A/B |
502 | 82C686A/B | 502 | VT82C686A/B |
503 | 8231 | 503 | VT8231 |
504 | 8233 | 504 | VT8233/A |
505 | 8233A | 505 | VT8235 |
506 | 8235 | 506 | VT8237R/A |
507 | 8237 | 507 | VT8251 |
508 | 508 | ||
509 | 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 |
510 | will be called i2c-viapro. | 510 | will be called i2c-viapro. |