mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 1/2] arm64: defconfig: Enable I2C_GPIO
@ 2019-01-31 15:20 Jagan Teki
  2019-01-31 15:20 ` [PATCH v2 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface Jagan Teki
  0 siblings, 1 reply; 3+ messages in thread
From: Jagan Teki @ 2019-01-31 15:20 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, linux-sunxi, Jagan Teki

The GPIO-based bitbanging I2C driver is required to configure
CSI data, clock pins on CSI block in Allwinner A64 SoC.

Let build it as module.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- rebase on master

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6e5af2563ef5..8f36b1e8017a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -347,6 +347,7 @@ CONFIG_I2C_MUX=y
 CONFIG_I2C_MUX_PCA954x=y
 CONFIG_I2C_BCM2835=m
 CONFIG_I2C_DESIGNWARE_PLATFORM=y
+CONFIG_I2C_GPIO=m
 CONFIG_I2C_IMX=y
 CONFIG_I2C_MESON=y
 CONFIG_I2C_MV64XXX=y
-- 
2.18.0.321.gffc6fa0e3


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

end of thread, other threads:[~2019-02-01 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-31 15:20 [PATCH v2 1/2] arm64: defconfig: Enable I2C_GPIO Jagan Teki
2019-01-31 15:20 ` [PATCH v2 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface Jagan Teki
2019-02-01 12:50   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome