diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-10-26 21:21:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 14:02:13 -0700 |
commit | 142078f6f09986c2b8f5ebe215ce405438080317 (patch) | |
tree | 4dbfcd958b06e3935ba64f3ba6bbbd12c5b26f5b /drivers/i2c/busses/Kconfig | |
parent | eb00a28ae1a8fc4b3914f94ab1944396b8dda9fc (diff) | |
download | talos-op-linux-142078f6f09986c2b8f5ebe215ce405438080317.tar.gz talos-op-linux-142078f6f09986c2b8f5ebe215ce405438080317.zip |
[PATCH] i2c: i2c-i810 documentation update
Update the documented list of devices supported by the i2c-i810
driver.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 3badfec75b1c..4010fe92e72b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -135,11 +135,12 @@ config I2C_I810 help If you say yes to this option, support will be included for the Intel 810/815 family of mainboard I2C interfaces. Specifically, the - following versions of the chipset is supported: + following versions of the chipset are supported: i810AA i810AB i810E i815 + i845G This driver can also be built as a module. If so, the module will be called i2c-i810. |