mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-28 18:10:32 +00:00

Add v4l driver for Renesas RZ/G2L Camera data Receiving Unit. 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>
7 lines
184 B
Makefile
7 lines
184 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_VIDEO_RZG2L_CSI2) += rzg2l-csi2.o
|
|
|
|
rzg2l-cru-objs = rzg2l-core.o rzg2l-ip.o rzg2l-video.o
|
|
obj-$(CONFIG_VIDEO_RZG2L_CRU) += rzg2l-cru.o
|