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>
This commit is contained in:
parent
aa51a1c13a
commit
b43ef49cf2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue