mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 11:39:02 +00:00
kernel: package v4l2-async and v4l2-fwnode drivers
These packages are needed for the stm32/stm32mp1 subtarget. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
1095925246
commit
e109831e07
@ -680,6 +680,25 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,video-videobuf2))
|
$(eval $(call KernelPackage,video-videobuf2))
|
||||||
|
|
||||||
|
define KernelPackage/video-async
|
||||||
|
TITLE:=V4L2 ASYNC support
|
||||||
|
KCONFIG:=CONFIG_V4L2_ASYNC
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-async.ko
|
||||||
|
$(call AddDepends/video)
|
||||||
|
AUTOLOAD:=$(call AutoProbe,v4l2-async)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,video-async))
|
||||||
|
|
||||||
|
define KernelPackage/video-fwnode
|
||||||
|
TITLE:=V4L2 FWNODE support
|
||||||
|
KCONFIG:=CONFIG_V4L2_FWNODE
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-fwnode.ko
|
||||||
|
$(call AddDepends/video,+kmod-video-async)
|
||||||
|
AUTOLOAD:=$(call AutoProbe,v4l2-fwnode)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,video-fwnode))
|
||||||
|
|
||||||
define KernelPackage/video-cpia2
|
define KernelPackage/video-cpia2
|
||||||
TITLE:=CPIA2 video driver
|
TITLE:=CPIA2 video driver
|
||||||
|
Loading…
Reference in New Issue
Block a user