diff options
author | Seth Heasley <seth.heasley@intel.com> | 2012-03-26 15:47:19 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-03-26 15:47:19 -0400 |
commit | 062737fb6d90c632439b1f77ad6a4965cfc84a20 (patch) | |
tree | 934b2ddeb6b96b362465da3d191bbee4dab32b39 /drivers/i2c/busses/Kconfig | |
parent | b3240e68c05deef2df28db9fc0eea4c277f76494 (diff) |
i2c-i801: Add device IDs for Intel Lynx Point
Add the SMBus controller device IDs for the Intel Lynx Point PCH.
Signed-off-by: Seth Heasley <seth.heasley@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 71c1b0a7535c..d2c5095deeac 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -103,6 +103,7 @@ config I2C_I801 | |||
103 | Patsburg (PCH) | 103 | Patsburg (PCH) |
104 | DH89xxCC (PCH) | 104 | DH89xxCC (PCH) |
105 | Panther Point (PCH) | 105 | Panther Point (PCH) |
106 | Lynx Point (PCH) | ||
106 | 107 | ||
107 | This driver can also be built as a module. If so, the module | 108 | This driver can also be built as a module. If so, the module |
108 | will be called i2c-i801. | 109 | will be called i2c-i801. |