Message ID | 20230109-arm-multi-v5-i2c-gpio-v1-1-78e191358548@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | d54dbdcfd4d276542aab5a8f77bb0fd111318038 |
Headers | show |
Series | ARM: multi_v5_defconfig: Enable I2C_GPIO | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Mon, 09 Jan 2023 23:46:53 +0000 you wrote: > A GPIO based I2C bus is used by at least some Atmel reference boards, > including the AT91SAM9G20-EK which is in CI, enable the driver as a > module to improve test coverage and help users of systems that happen to > use it. > > Signed-off-by: Mark Brown <broonie@kernel.org> > > [...] Here is the summary with links: - ARM: multi_v5_defconfig: Enable I2C_GPIO https://git.kernel.org/soc/soc/c/d54dbdcfd4d2 You are awesome, thank you!
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 60fc52b95690..aaeb924d21eb 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig @@ -138,6 +138,7 @@ CONFIG_HW_RANDOM_TIMERIOMEM=m CONFIG_I2C_CHARDEV=y CONFIG_I2C_ASPEED=m CONFIG_I2C_AT91=y +CONFIG_I2C_GPIO=m CONFIG_I2C_IMX=y CONFIG_I2C_MV64XXX=y CONFIG_SPI=y
A GPIO based I2C bus is used by at least some Atmel reference boards, including the AT91SAM9G20-EK which is in CI, enable the driver as a module to improve test coverage and help users of systems that happen to use it. Signed-off-by: Mark Brown <broonie@kernel.org> --- arch/arm/configs/multi_v5_defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: 30a0b95b1335e12efef89dd78518ed3e4a71a763 change-id: 20230109-arm-multi-v5-i2c-gpio-462c1de89b62 Best regards,