]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/media/platform/rcar-vin/Kconfig
Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
[linux.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 RESET_CONTROLLER
7         select V4L2_FWNODE
8         help
9           Support for Renesas R-Car MIPI CSI-2 receiver.
10           Supports R-Car Gen3 SoCs.
11
12           To compile this driver as a module, choose M here: the
13           module will be called rcar-csi2.
14
15 config VIDEO_RCAR_VIN
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
20         select V4L2_FWNODE
21         help
22           Support for Renesas R-Car Video Input (VIN) driver.
23           Supports R-Car Gen2 and Gen3 SoCs.
24
25           To compile this driver as a module, choose M here: the
26           module will be called rcar-vin.