treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / media / platform / rcar-vin / Kconfig
blob240ac3f3c94162e686c144bd95d348defb8e2acb
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.
12           To compile this driver as a module, choose M here: the
13           module will be called rcar-csi2.
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.
25           To compile this driver as a module, choose M here: the
26           module will be called rcar-vin.