brintos

brintos / linux-shallow public Read only

0
0
Text · 508 B · 2ec857a Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.02config VIDEO_RCAR_VIN3	tristate "R-Car Video Input (VIN) Driver"4	depends on V4L_PLATFORM_DRIVERS5	depends on VIDEO_DEV && OF6	depends on ARCH_RENESAS || COMPILE_TEST7	select MEDIA_CONTROLLER8	select VIDEO_V4L2_SUBDEV_API9	select VIDEOBUF2_DMA_CONTIG10	select V4L2_FWNODE11	help12	  Support for Renesas R-Car Video Input (VIN) driver.13	  Supports R-Car Gen{2,3} and RZ/G{1,2} SoCs.14 15	  To compile this driver as a module, choose M here: the16	  module will be called rcar-vin.17