diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2023-10-02 11:28:04 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-10-10 21:46:16 +0200 |
commit | 8c56f9ef25a33e51f09a448d25cf863b61c9658d (patch) | |
tree | 5f3e3c41cf3e73ad7b21dd6345e80407f47bd5b9 /drivers/i2c/busses/Kconfig | |
parent | ae2a1f0f2cb52e15cf45508f499fcbfd6637bc56 (diff) | |
download | lwn-8c56f9ef25a33e51f09a448d25cf863b61c9658d.tar.gz lwn-8c56f9ef25a33e51f09a448d25cf863b61c9658d.zip |
i2c: i801: Add support for Intel Birch Stream SoC
Add SMBus PCI ID on Intel Birch Stream SoC.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
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 6644eebedaf3..97d27e01a6ee 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -158,6 +158,7 @@ config I2C_I801 Alder Lake (PCH) Raptor Lake (PCH) Meteor Lake (SOC and PCH) + Birch Stream (SOC) This driver can also be built as a module. If so, the module will be called i2c-i801. |