From: Hauke Mehrtens Date: Sun, 20 Jul 2025 17:20:56 +0000 (+0200) Subject: kernel: kmod-video-fwnode: Mark hidden X-Git-Tag: v25.12.0-rc1~1823 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43ef49cf2aeed6443c3e9cc810ac7e7f6a6aee2;p=thirdparty%2Fopenwrt.git kernel: kmod-video-fwnode: Mark hidden The Kernel config option CONFIG_V4L2_FWNODE has no title and can not be directly selected. Do the same for this kmod and make it hidden. Link: https://github.com/openwrt/openwrt/pull/19480 Signed-off-by: Hauke Mehrtens --- diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index a024ac0fed5..d0ceea14e7d 100644 --- a/package/kernel/linux/modules/video.mk +++ b/package/kernel/linux/modules/video.mk @@ -775,6 +775,7 @@ $(eval $(call KernelPackage,video-async)) define KernelPackage/video-fwnode TITLE:=V4L2 FWNODE support + HIDDEN:=1 KCONFIG:=CONFIG_V4L2_FWNODE FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-fwnode.ko $(call AddDepends/video,+kmod-video-async)