[openwrt/openwrt] kernel: kmod-video-fwnode: Mark hidden

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 25 16:47:42 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b43ef49cf2aeed6443c3e9cc810ac7e7f6a6aee2

commit b43ef49cf2aeed6443c3e9cc810ac7e7f6a6aee2
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 19:20:56 2025 +0200

    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 <hauke at hauke-m.de>
---
 package/kernel/linux/modules/video.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk
index a024ac0fed..d0ceea14e7 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)




More information about the lede-commits mailing list