summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-07-20 17:20:56 +0000
committerHauke Mehrtens2025-07-25 23:11:20 +0000
commitb43ef49cf2aeed6443c3e9cc810ac7e7f6a6aee2 (patch)
treeff4eb08b694fdd85a7b743e3609447a82fc4e705
parentaa51a1c13a3aaf7042a3998080cfabcf7f3d7b68 (diff)
downloadopenwrt-b43ef49cf2aeed6443c3e9cc810ac7e7f6a6aee2.tar.gz
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@hauke-m.de>
-rw-r--r--package/kernel/linux/modules/video.mk1
1 files changed, 1 insertions, 0 deletions
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)