Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b212d3c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: v4l2loopback: to create V4L2 loopback devices"

parents 8e74269f f793b9b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ endif

obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
obj-$(CONFIG_DVB_CORE)  += dvb-core/
obj-$(CONFIG_VIDEO_DEV) += v4l2loopback-master/

# There are both core and drivers at RC subtree - merge before drivers
obj-y += rc/
+7 −0
Original line number Diff line number Diff line
@@ -111,3 +111,10 @@ config VIDEOBUF2_DMA_SG
config VIDEOBUF2_DVB
	tristate
	select VIDEOBUF2_CORE

config V4L2_LOOPBACK
	tristate "v4l2loopback driver"
	---help---
	Enable v4l2loopback support, it allows to create
	"virtual video devices". Normal (v4l2) applications will
	read these devices as if they were ordinary video devices.
+5 −0
Original line number Diff line number Diff line
#
## Makefile for the V4L2 loopback
#

obj-$(CONFIG_V4L2_LOOPBACK) +=  v4l2loopback.o