162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciconfig VIDEO_RCAR_CSI2 362306a36Sopenharmony_ci tristate "R-Car MIPI CSI-2 Receiver" 462306a36Sopenharmony_ci depends on V4L_PLATFORM_DRIVERS 562306a36Sopenharmony_ci depends on VIDEO_DEV && OF 662306a36Sopenharmony_ci depends on ARCH_RENESAS || COMPILE_TEST 762306a36Sopenharmony_ci select MEDIA_CONTROLLER 862306a36Sopenharmony_ci select VIDEO_V4L2_SUBDEV_API 962306a36Sopenharmony_ci select RESET_CONTROLLER 1062306a36Sopenharmony_ci select V4L2_FWNODE 1162306a36Sopenharmony_ci help 1262306a36Sopenharmony_ci Support for Renesas R-Car MIPI CSI-2 receiver. 1362306a36Sopenharmony_ci Supports R-Car Gen3 and RZ/G2 SoCs. 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 1662306a36Sopenharmony_ci module will be called rcar-csi2. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciconfig VIDEO_RCAR_VIN 1962306a36Sopenharmony_ci tristate "R-Car Video Input (VIN) Driver" 2062306a36Sopenharmony_ci depends on V4L_PLATFORM_DRIVERS 2162306a36Sopenharmony_ci depends on VIDEO_DEV && OF 2262306a36Sopenharmony_ci depends on ARCH_RENESAS || COMPILE_TEST 2362306a36Sopenharmony_ci select MEDIA_CONTROLLER 2462306a36Sopenharmony_ci select VIDEO_V4L2_SUBDEV_API 2562306a36Sopenharmony_ci select VIDEOBUF2_DMA_CONTIG 2662306a36Sopenharmony_ci select V4L2_FWNODE 2762306a36Sopenharmony_ci help 2862306a36Sopenharmony_ci Support for Renesas R-Car Video Input (VIN) driver. 2962306a36Sopenharmony_ci Supports R-Car Gen{2,3} and RZ/G{1,2} SoCs. 3062306a36Sopenharmony_ci 3162306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 3262306a36Sopenharmony_ci module will be called rcar-vin. 33