Message ID | b5a0ec6530b76f1e89b699355b946437a2fca5b2.1720478370.git.lorenzo@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] i2c: mt7621: Add Airoha EN7581 i2c support | expand |
Hi On Tue, 09 Jul 2024 00:42:38 +0200, Lorenzo Bianconi wrote: > Introduce i2c support to Airoha EN7581 SoC through the i2c-mt7621 > driver. > > Applied to i2c/i2c-host on git://git.kernel.org/pub/scm/linux/kernel/git/local tree Thank you, Andi Patches applied =============== [1/1] i2c: mt7621: Add Airoha EN7581 i2c support commit: fd6acb0d21b8683fd8804129beeb4fe629488aff
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index fe6e8a1bb607..4d93c00264fc 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -857,7 +857,7 @@ config I2C_MT65XX config I2C_MT7621 tristate "MT7621/MT7628 I2C Controller" - depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || COMPILE_TEST + depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || ARCH_AIROHA || COMPILE_TEST help Say Y here to include support for I2C controller in the MediaTek MT7621/MT7628 SoCs.