mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 20:06:46 +07:00
f00add9655
A V4L2 driver for Renesas R-Car VIN driver that do not depend on soc_camera. The driver is heavily based on its predecessor and aims to replace it. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4 lines
95 B
Makefile
4 lines
95 B
Makefile
rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o
|
|
|
|
obj-$(CONFIG_VIDEO_RCAR_VIN) += rcar-vin.o
|