summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/rcar-vin/Makefile
diff options
context:
space:
mode:
authorNiklas Söderlund2018-05-15 02:56:35 +0200
committerMauro Carvalho Chehab2018-05-28 19:44:55 +0200
commit769afd212b160df7b041e9fa8f97ca498ef94d55 (patch)
tree855ffb11ec9bc273b7f692d4405bf7711491d698 /drivers/media/platform/rcar-vin/Makefile
parentmedia: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation (diff)
downloadkernel-qcow2-linux-769afd212b160df7b041e9fa8f97ca498ef94d55.tar.gz
kernel-qcow2-linux-769afd212b160df7b041e9fa8f97ca498ef94d55.tar.xz
kernel-qcow2-linux-769afd212b160df7b041e9fa8f97ca498ef94d55.zip
media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver
A V4L2 driver for Renesas R-Car MIPI CSI-2 receiver. The driver supports the R-Car Gen3 SoCs where separate CSI-2 hardware blocks are connected between the video sources and the video grabbers (VIN). Driver is based on a prototype by Koji Matsuoka in the Renesas BSP. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/rcar-vin/Makefile')
-rw-r--r--drivers/media/platform/rcar-vin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/rcar-vin/Makefile b/drivers/media/platform/rcar-vin/Makefile
index 48c5632c21dc..5ab803d3e7c1 100644
--- a/drivers/media/platform/rcar-vin/Makefile
+++ b/drivers/media/platform/rcar-vin/Makefile
@@ -1,3 +1,4 @@
rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o
+obj-$(CONFIG_VIDEO_RCAR_CSI2) += rcar-csi2.o
obj-$(CONFIG_VIDEO_RCAR_VIN) += rcar-vin.o