diff options
author | James Ralston <james.d.ralston@intel.com> | 2013-11-04 18:29:48 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-11-14 18:38:04 +0100 |
commit | afc659241258b40b683998ec801d25d276529f43 (patch) | |
tree | b4e4ca187d8be4491fbb0d097f0363dd603b0376 /drivers/i2c/busses/Kconfig | |
parent | i2c: exynos5: Remove incorrect clk_disable_unprepare (diff) | |
download | linux-afc659241258b40b683998ec801d25d276529f43.tar.xz linux-afc659241258b40b683998ec801d25d276529f43.zip |
i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCH
This patch adds the SMBus Device IDs for the Intel Wildcat Point-LP PCH.
Signed-off-by: James Ralston <james.d.ralston@intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
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 012646215e7e..9feea170eee7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -109,6 +109,7 @@ config I2C_I801 Avoton (SOC) Wellsburg (PCH) Coleto Creek (PCH) + Wildcat Point-LP (PCH) This driver can also be built as a module. If so, the module will be called i2c-i801. |