diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2018-06-28 16:08:24 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-07-04 00:26:44 +0300 |
commit | 0bff2a86103e7bec979df9b9ff66c823a8d82d0a (patch) | |
tree | b486740ff25788509ad3ff5c0191c3f6918febbc /drivers/i2c/busses/Kconfig | |
parent | 80d943ab19e998a4c72e8accdcaea7db590c4745 (diff) | |
download | linux-0bff2a86103e7bec979df9b9ff66c823a8d82d0a.tar.xz |
i2c: i801: Add support for Intel Ice Lake
Intel Ice Lake has the same SMBus host controller than Intel Cannon
Lake. Add the PCI ID to the drivers list of supported devices.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
[jarkko.nikula@linux.intel.com: Add entries to Documentation and Kconfig]
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.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 aa19e3e053b1..e7a4d288c8b7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -130,6 +130,7 @@ config I2C_I801 Gemini Lake (SOC) Cannon Lake (PCH) Cedar Fork (PCH) + Ice Lake (PCH) This driver can also be built as a module. If so, the module will be called i2c-i801. |