merged.
Bruce
In message: [linux-yocto][linux-yocto
v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc &
v5.10/standard/nxp-sdk-5.10/nxp-soc][PATCH] media: v4l2: Add MXC Pixel Pipeline
V4L2 driver
on 17/02/2022 Xiaolei Wang wrote:
> Add MXC Pixel Pipeline V4L2 driver to Makefile, MXC Pixel
> Pipeline V4L2 driver is not compiled in due to omission of
> commit 52e336cc4e8c("media: v4l2: add pxp_v4l2 driver") patch
> porting
>
> Signed-off-by: Xiaolei Wang <[email protected]>
> ---
> drivers/media/platform/mxc/output/Kconfig | 11 +++++++++++
> drivers/media/platform/mxc/output/Makefile | 1 +
> 2 files changed, 12 insertions(+)
>
> diff --git a/drivers/media/platform/mxc/output/Kconfig
> b/drivers/media/platform/mxc/output/Kconfig
> index 6139efc80a07..71062adede4e 100644
> --- a/drivers/media/platform/mxc/output/Kconfig
> +++ b/drivers/media/platform/mxc/output/Kconfig
> @@ -3,3 +3,14 @@ config VIDEO_MXC_IPU_OUTPUT
> depends on VIDEO_MXC_OUTPUT && MXC_IPU
> help
> This is the video4linux2 driver for IPU post processing video output.
> +
> +config VIDEO_MXC_PXP_V4L2
> + tristate "MXC PxP V4L2 driver"
> + depends on VIDEO_DEV && VIDEO_V4L2
> + select VIDEOBUF_DMA_CONTIG
> + help
> + This is a video4linux driver for the Freescale PxP
> + (Pixel Pipeline). This module supports output overlay of
> + the MXC framebuffer on a video stream.
> +
> + To compile this driver as a module, choose M here.
> diff --git a/drivers/media/platform/mxc/output/Makefile
> b/drivers/media/platform/mxc/output/Makefile
> index 7b524fe8e616..88f1a9fb735d 100644
> --- a/drivers/media/platform/mxc/output/Makefile
> +++ b/drivers/media/platform/mxc/output/Makefile
> @@ -1 +1,2 @@
> obj-$(CONFIG_VIDEO_MXC_IPU_OUTPUT) += mxc_vout.o
> +obj-$(CONFIG_VIDEO_MXC_PXP_V4L2) += mxc_pxp_v4l2.o
> --
> 2.25.1
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10955):
https://lists.yoctoproject.org/g/linux-yocto/message/10955
Mute This Topic: https://lists.yoctoproject.org/mt/89200853/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-