Browse Source

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 <[email protected]>
Hauke Mehrtens 5 months ago
parent
commit
b43ef49cf2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/linux/modules/video.mk

+ 1 - 0
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)