diff options
author | Gaston, Jason D <jason.d.gaston@intel.com> | 2008-02-24 20:03:42 +0100 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-02-24 20:03:42 +0100 |
commit | d28dc711217a2d5cafb64ec4e33a469b01376d91 (patch) | |
tree | 7f8ecb7a2227ed0d3d38f00b20c2b662311ab65d /drivers/i2c/busses/Kconfig | |
parent | 263867631ea02741baf878ca9faaf94b1563b9d7 (diff) | |
download | blackbird-op-linux-d28dc711217a2d5cafb64ec4e33a469b01376d91.tar.gz blackbird-op-linux-d28dc711217a2d5cafb64ec4e33a469b01376d91.zip |
i2c-i801: Add support for the ICH10
Add the Intel ICH10 SMBus Controller DeviceID's and updates
Tolapai support.
Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b61f56b6f311..476b0bb72d6c 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -177,6 +177,8 @@ config I2C_I801 ESB2 ICH8 ICH9 + Tolapai + ICH10 This driver can also be built as a module. If so, the module will be called i2c-i801. |