mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-24 11:02:51 +00:00
Add MIPI CSI-2 receiver driver for Renesas RZ/G2L. The MIPI CSI-2 is part of the CRU module found on RZ/G2L family. Based on a patch in the BSP by Hien Huynh <hien.huynh.px@renesas.com> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
17 lines
476 B
Makefile
17 lines
476 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Renesas capture/playback device drivers.
|
|
#
|
|
|
|
obj-y += rcar-vin/
|
|
obj-y += rzg2l-cru/
|
|
obj-y += vsp1/
|
|
|
|
obj-$(CONFIG_VIDEO_RCAR_DRIF) += rcar_drif.o
|
|
obj-$(CONFIG_VIDEO_RCAR_ISP) += rcar-isp.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_CEU) += renesas-ceu.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_FCP) += rcar-fcp.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_FDP1) += rcar_fdp1.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_JPU) += rcar_jpu.o
|
|
obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o
|