From 7ee2157dbd2db63728d180af6e72bf093dc387c0 Mon Sep 17 00:00:00 2001 From: juanesf Date: Thu, 1 Sep 2022 17:07:48 -0400 Subject: [PATCH] Activate sun4i_csi module in linux-sunxi-current. (#4141) Activating sun4i_csi as a kernel module is required to activate csi0/1 on sun4i-a10, sun7i-a20 and sun8i-r40. --- config/kernel/linux-sunxi-current.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/linux-sunxi-current.config b/config/kernel/linux-sunxi-current.config index 01c0d258d5..0730ada390 100644 --- a/config/kernel/linux-sunxi-current.config +++ b/config/kernel/linux-sunxi-current.config @@ -4259,7 +4259,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y # CONFIG_VIDEO_ASPEED is not set # CONFIG_VIDEO_MUX is not set # CONFIG_VIDEO_XILINX is not set -# CONFIG_VIDEO_SUN4I_CSI is not set +CONFIG_VIDEO_SUN4I_CSI=m CONFIG_VIDEO_SUN6I_CSI=m # CONFIG_V4L_MEM2MEM_DRIVERS is not set # CONFIG_DVB_PLATFORM_DRIVERS is not set