linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] arm64: defconfig: Enable Samsung I2C driver
@ 2021-11-21 15:05 Sam Protsenko
  2021-11-21 15:05 ` [PATCH v2 2/2] arm: samsung: Remove HAVE_S3C2410_I2C and use direct dependencies Sam Protsenko
  2021-11-21 16:47 ` [PATCH v2 1/2] arm64: defconfig: Enable Samsung I2C driver Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Protsenko @ 2021-11-21 15:05 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Catalin Marinas, Will Deacon
  Cc: Will McVicker, Russell King, Arnd Bergmann, Andrew Morton,
	Geert Uytterhoeven, Michael Ellerman, linux-arm-kernel,
	linux-kernel, linux-samsung-soc, linux-i2c

i2c-s3c2410 driver is needed for some arm64 Exynos SoCs, e.g. Exynos850.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
Changes in v2:
  - Rebased on latest linux-next

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..0da6a944d5cd 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -461,6 +461,7 @@ CONFIG_I2C_QCOM_GENI=m
 CONFIG_I2C_QUP=y
 CONFIG_I2C_RIIC=y
 CONFIG_I2C_RK3X=y
+CONFIG_I2C_S3C2410=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_TEGRA=y
 CONFIG_I2C_UNIPHIER_F=y
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-23  9:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-21 15:05 [PATCH v2 1/2] arm64: defconfig: Enable Samsung I2C driver Sam Protsenko
2021-11-21 15:05 ` [PATCH v2 2/2] arm: samsung: Remove HAVE_S3C2410_I2C and use direct dependencies Sam Protsenko
2021-11-23  9:56   ` Wolfram Sang
2021-11-21 16:47 ` [PATCH v2 1/2] arm64: defconfig: Enable Samsung I2C driver Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).