]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: kmod-video-fwnode: Mark hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 17:20:56 +0000 (19:20 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:20 +0000 (01:11 +0200)
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@hauke-m.de>
package/kernel/linux/modules/video.mk

index a024ac0fed5799f292359714a4c0e17f8c0f7a0a..d0ceea14e7d84f5415c67313eaefb505f827a6e4 100644 (file)
@@ -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)