From 79c79d9809a92d1a1ba6dfa23df5f51c0d8f22e0 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sat, 3 Feb 2024 21:42:21 +0100 Subject: [PATCH] generic: 6.1: add missing Kconfig for video-core Add missing Kconfig for video-core introduced by recent fixup to video kmods. Fixes: 76b0d24157f2 ("kernel: modules: video: fix video-core for 6.1") Signed-off-by: Christian Marangi --- target/linux/generic/config-6.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index ca130bd186..d3363eea36 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -7643,6 +7643,7 @@ CONFIG_VHOST_MENU=y # CONFIG_VIDEO_OV9734 is not set # CONFIG_VIDEO_PVRUSB2 is not set # CONFIG_VIDEO_RASPBERRYPI_PISP_BE is not set +# CONFIG_VIDEO_RCAR_ISP is not set # CONFIG_VIDEO_RDACM20 is not set # CONFIG_VIDEO_RDACM21 is not set # CONFIG_VIDEO_RJ54N1 is not set -- 2.30.2