GNU Linux-libre 4.19.264-gnu1
[releases.git] / drivers / media / platform / rcar-vin / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config VIDEO_RCAR_CSI2
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 V4L2_FWNODE
7         help
8           Support for Renesas R-Car MIPI CSI-2 receiver.
9           Supports R-Car Gen3 SoCs.
10
11           To compile this driver as a module, choose M here: the
12           module will be called rcar-csi2.
13
14 config VIDEO_RCAR_VIN
15         tristate "R-Car Video Input (VIN) Driver"
16         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && MEDIA_CONTROLLER
17         depends on ARCH_RENESAS || COMPILE_TEST
18         select VIDEOBUF2_DMA_CONTIG
19         select V4L2_FWNODE
20         ---help---
21           Support for Renesas R-Car Video Input (VIN) driver.
22           Supports R-Car Gen2 and Gen3 SoCs.
23
24           To compile this driver as a module, choose M here: the
25           module will be called rcar-vin.