Loading drivers/media/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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/ Loading drivers/media/v4l2-core/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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. drivers/media/v4l2loopback-master/Makefile 0 → 100644 +5 −0 Original line number Diff line number Diff line # ## Makefile for the V4L2 loopback # obj-$(CONFIG_V4L2_LOOPBACK) += v4l2loopback.o Loading
drivers/media/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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/ Loading
drivers/media/v4l2-core/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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.
drivers/media/v4l2loopback-master/Makefile 0 → 100644 +5 −0 Original line number Diff line number Diff line # ## Makefile for the V4L2 loopback # obj-$(CONFIG_V4L2_LOOPBACK) += v4l2loopback.o