diff mbox series

[2/7] ARM: configs: sunxi: Enable the CSI drivers

Message ID 20200705091904.42795-2-maxime@cerno.tech (mailing list archive)
State Mainlined
Commit 4ac048266b734e1ecad6c32f94ea3741f6357510
Headers show
Series [1/7] ARM: configs: sunxi: Run savedefconfig | expand

Commit Message

Maxime Ripard July 5, 2020, 9:18 a.m. UTC
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@cerno.tech>
---
 arch/arm/configs/sunxi_defconfig | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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