diff options
author | James Ralston <james.d.ralston@intel.com> | 2012-09-10 12:14:02 +0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-09-10 12:14:02 +0400 |
commit | 4a8f1ddde942e232387e6129ce4f4c412e43802f (patch) | |
tree | c933de420a7c74e951853406a3d82e6c5638c093 /drivers/i2c/busses/Kconfig | |
parent | 55d512e245bc7699a8800e23df1a24195dd08217 (diff) | |
download | linux-4a8f1ddde942e232387e6129ce4f4c412e43802f.tar.xz |
i2c-i801: Add Device IDs for Intel Lynx Point-LP PCH
Add the SMBus Device IDs for the Intel Lynx Point-LP PCH.
Signed-off-by: James Ralston <james.d.ralston@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b4aaa1bd6728..af8bc83fd857 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -104,6 +104,7 @@ config I2C_I801 DH89xxCC (PCH) Panther Point (PCH) Lynx Point (PCH) + Lynx Point-LP (PCH) This driver can also be built as a module. If so, the module will be called i2c-i801. |