mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
kernel: package media controller driver
It is 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> (cherry picked from commit bb3418f21f7b8fe0dcd335375d183dd2a81772bf) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
27afd9e1ca
commit
c584683a7f
@ -12,6 +12,28 @@ V4L2_DIR=v4l2-core
|
|||||||
V4L2_USB_DIR=usb
|
V4L2_USB_DIR=usb
|
||||||
V4L2_MEM2MEM_DIR=platform
|
V4L2_MEM2MEM_DIR=platform
|
||||||
|
|
||||||
|
#
|
||||||
|
# Media
|
||||||
|
#
|
||||||
|
define KernelPackage/media-controller
|
||||||
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
|
TITLE:=Media Controller API
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_MEDIA_SUPPORT \
|
||||||
|
CONFIG_MEDIA_CONTROLLER=y
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/media/mc/mc.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,mc)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/media-controller/description
|
||||||
|
Kernel modules for media controller API used to query media devices
|
||||||
|
internal topology and configure it dynamically.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,media-controller))
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Video Display
|
# Video Display
|
||||||
#
|
#
|
||||||
@ -601,9 +623,8 @@ $(eval $(call KernelPackage,drm-radeon))
|
|||||||
define KernelPackage/video-core
|
define KernelPackage/video-core
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE=Video4Linux support
|
TITLE=Video4Linux support
|
||||||
DEPENDS:=+PACKAGE_kmod-i2c-core:kmod-i2c-core
|
DEPENDS:=+PACKAGE_kmod-i2c-core:kmod-i2c-core +kmod-media-controller
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_MEDIA_SUPPORT \
|
|
||||||
CONFIG_MEDIA_CAMERA_SUPPORT=y \
|
CONFIG_MEDIA_CAMERA_SUPPORT=y \
|
||||||
CONFIG_VIDEO_DEV \
|
CONFIG_VIDEO_DEV \
|
||||||
CONFIG_V4L_PLATFORM_DRIVERS=y \
|
CONFIG_V4L_PLATFORM_DRIVERS=y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user