diff options
author | Harald Welte <HaraldWelte@viatech.com> | 2009-06-15 12:01:49 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-06-15 12:01:49 -0400 |
commit | a231591f0427cfb91ae247be974a7fa0e6b37389 (patch) | |
tree | d5e1ab8f933234583ce391381ef95232054d05f8 /drivers/i2c/busses/Kconfig | |
parent | 4b364f230a5ef984818837ec7c2be0884eac191c (diff) |
i2c-viapro: Add new PCI device ID for VX855
The south bridge of the VIA VX855 chipset has a different PCI Device ID
so i2c-viapro.c needs to be updated with this.
Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index c8460fa9cfac..0d04d3ebfc2d 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. |