• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config VIDEO_RCAR_VIN
2	tristate "R-Car Video Input (VIN) Driver"
3	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA && MEDIA_CONTROLLER
4	depends on ARCH_RENESAS || COMPILE_TEST
5	select VIDEOBUF2_DMA_CONTIG
6	---help---
7	  Support for Renesas R-Car Video Input (VIN) driver.
8	  Supports R-Car Gen2 SoCs.
9
10	  To compile this driver as a module, choose M here: the
11	  module will be called rcar-vin.
12