1 # SPDX-License-Identifier: GPL-2.0
3 tristate "R-Car MIPI CSI-2 Receiver"
4 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF
5 depends on ARCH_RENESAS || COMPILE_TEST
6 select RESET_CONTROLLER
9 Support for Renesas R-Car MIPI CSI-2 receiver.
10 Supports R-Car Gen3 SoCs.
12 To compile this driver as a module, choose M here: the
13 module will be called rcar-csi2.
16 tristate "R-Car Video Input (VIN) Driver"
17 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && MEDIA_CONTROLLER
18 depends on ARCH_RENESAS || COMPILE_TEST
19 select VIDEOBUF2_DMA_CONTIG
22 Support for Renesas R-Car Video Input (VIN) driver.
23 Supports R-Car Gen2 and Gen3 SoCs.
25 To compile this driver as a module, choose M here: the
26 module will be called rcar-vin.