diff options
author | Seth Heasley <seth.heasley@intel.com> | 2013-06-19 16:59:57 -0700 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-06-20 21:32:27 +0200 |
commit | f39901c1befa556bc91902516a3e2e460000b4a8 (patch) | |
tree | 559af938648d1c5e50c897d5d1bdba892fd03eac /drivers/i2c/busses/Kconfig | |
parent | 4368de19ed3f67168d714ab34b5b27c6a0ebad4e (diff) | |
download | linux-f39901c1befa556bc91902516a3e2e460000b4a8.tar.bz2 |
i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDs
This patch adds the i801 SMBus Controller DeviceIDs for the Intel Coleto Creek PCH.
Signed-off-by: Seth Heasley <seth.heasley@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 96c6d82da3ed..b865c8979aec 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -108,6 +108,7 @@ config I2C_I801 Lynx Point-LP (PCH) Avoton (SOC) Wellsburg (PCH) + Coleto Creek (PCH) This driver can also be built as a module. If so, the module will be called i2c-i801. |