[PATCH 2/7] ARM: configs: sunxi: Enable the CSI drivers
Maxime Ripard
maxime at cerno.tech
Sun Jul 5 05:18:59 EDT 2020
We've had CSI drivers for the older and newer SoCs for a while now, let's
enable them in the defconfig.
Signed-off-by: Maxime Ripard <maxime at cerno.tech>
---
arch/arm/configs/sunxi_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index aff901a7c00e..45dd6fabc1cb 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -93,6 +93,10 @@ CONFIG_RC_CORE=y
CONFIG_RC_DEVICES=y
CONFIG_IR_SUNXI=y
CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_PLATFORM_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_SUN4I_CSI=y
+CONFIG_VIDEO_SUN6I_CSI=y
CONFIG_DRM=y
CONFIG_DRM_SUN4I=y
CONFIG_DRM_SIMPLE_BRIDGE=y
--
2.26.2
More information about the linux-arm-kernel
mailing list