From 2649dcd14140743f178dc8ae0dbf10efd6911dde Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sun, 5 Jul 2020 11:18:59 +0200 Subject: [PATCH] ARM: configs: sunxi: Enable the CSI drivers 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 Link: https://lore.kernel.org/r/20200705091904.42795-2-maxime@cerno.tech Acked-by: Chen-Yu Tsai --- 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 aff901a7c00e5..45dd6fabc1cb5 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.39.5