diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2019-10-24 12:57:25 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-10-24 20:31:23 +0200 |
commit | e0c61c04791a3500060023b0dfc35d06b0508028 (patch) | |
tree | 0fdf32144c24d628f258990fa04697cc55ffe12e /drivers/i2c/busses/Kconfig | |
parent | i2c: at91: add support for analog filtering (diff) | |
download | linux-e0c61c04791a3500060023b0dfc35d06b0508028.tar.xz linux-e0c61c04791a3500060023b0dfc35d06b0508028.zip |
i2c: i801: Add support for Intel Jasper Lake
Add support for SMBus controller on Intel Jasper Lake PCH-N.
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 146ce40d8e0a..89cb8d7c4853 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -145,6 +145,7 @@ config I2C_I801 Comet Lake (PCH) Elkhart Lake (PCH) Tiger Lake (PCH) + Jasper Lake (PCH) This driver can also be built as a module. If so, the module will be called i2c-i801. |