diff options
author | Chew, Kean ho <kean.ho.chew@intel.com> | 2014-03-01 00:03:56 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-03-09 21:40:25 +0100 |
commit | 1b31e9b76ef8c62291e698dfdb973499986a7f68 (patch) | |
tree | e02805be38f020645dbd89828572375c39468ee8 /drivers/i2c/busses/Kconfig | |
parent | 089c729ae440c6df35eeac7998525718fcee0323 (diff) |
i2c: i801: enable Intel BayTrail SMBUS
Add Device ID of Intel BayTrail SMBus Controller.
Signed-off-by: Chew, Kean ho <kean.ho.chew@intel.com>
Signed-off-by: Chew, Chiau Ee <chiau.ee.chew@intel.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
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 f8162441576f..5e914efea212 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -110,6 +110,7 @@ config I2C_I801 Wellsburg (PCH) Coleto Creek (PCH) Wildcat Point-LP (PCH) + BayTrail (SOC) This driver can also be built as a module. If so, the module will be called i2c-i801. |