diff options
author | Seth Heasley <seth.heasley@intel.com> | 2011-05-24 14:58:49 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-05-24 14:58:49 -0400 |
commit | 6e2a851e71e65d4ec5bbc51802c36a61322d792b (patch) | |
tree | 863e234e6bfea1391c41ae27d92b47859fbf7345 /drivers/i2c/busses/Kconfig | |
parent | 3116c86033079a1d4d4e84c40028f96b614843b8 (diff) |
i2c-i801: SMBus patch for Intel Panther Point DeviceIDs
This patch adds the SMBus controller DeviceID for the Intel Panther 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 326652f673f7..b24ca4e98ef8 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -101,6 +101,7 @@ config I2C_I801 | |||
101 | 6 Series (PCH) | 101 | 6 Series (PCH) |
102 | Patsburg (PCH) | 102 | Patsburg (PCH) |
103 | DH89xxCC (PCH) | 103 | DH89xxCC (PCH) |
104 | Panther Point (PCH) | ||
104 | 105 | ||
105 | This driver can also be built as a module. If so, the module | 106 | This driver can also be built as a module. If so, the module |
106 | will be called i2c-i801. | 107 | will be called i2c-i801. |