diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-02-13 22:09:02 +0100 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-13 22:09:02 +0100 |
commit | ab6a6ed271c757b429ddc68f5b93a41f9592ab8b (patch) | |
tree | add85be6a7898f4288f3cb61b31aa5893b663a47 /drivers/i2c/busses/Kconfig | |
parent | 9ace555d7d87c55ceab6999be444c9a17e0e79b4 (diff) | |
download | talos-op-linux-ab6a6ed271c757b429ddc68f5b93a41f9592ab8b.tar.gz talos-op-linux-ab6a6ed271c757b429ddc68f5b93a41f9592ab8b.zip |
i2c-viapro: Add support for the VIA CX700 south bridge
We do not have any documentation for the CX700, but it was reported
to work fine. Thanks to Claas Langbehn for testing.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 will be called i2c-via. config I2C_VIAPRO - tristate "VIA 82C596/82C686/82xx" + tristate "VIA VT82C596/82C686/82xx and CX700" depends on I2C && PCI help If you say yes to this option, support will be included for the VIA - 82C596/82C686/82xx I2C interfaces. Specifically, the following + VT82C596 and later SMBus interface. Specifically, the following chipsets are supported: VT82C596A/B VT82C686A/B @@ -513,6 +513,7 @@ config I2C_VIAPRO VT8235 VT8237R/A VT8251 + CX700 This driver can also be built as a module. If so, the module will be called i2c-viapro. |