fimc-is: Enable build
[platform/kernel/linux-exynos.git] / drivers / media / platform / Kconfig
1 #
2 # Platform drivers
3 #       Most drivers here are currently for webcam support
4
5 menuconfig V4L_PLATFORM_DRIVERS
6         bool "V4L platform devices"
7         depends on MEDIA_CAMERA_SUPPORT
8         default n
9         ---help---
10           Say Y here to enable support for platform-specific V4L drivers.
11
12 if V4L_PLATFORM_DRIVERS
13
14 source "drivers/media/platform/marvell-ccic/Kconfig"
15
16 config VIDEO_VIA_CAMERA
17         tristate "VIAFB camera controller support"
18         depends on FB_VIA
19         select VIDEOBUF_DMA_SG
20         select VIDEO_OV7670
21         help
22            Driver support for the integrated camera controller in VIA
23            Chrome9 chipsets.  Currently only tested on OLPC xo-1.5 systems
24            with ov7670 sensors.
25
26 #
27 # Platform multimedia device configuration
28 #
29
30 source "drivers/media/platform/davinci/Kconfig"
31
32 source "drivers/media/platform/omap/Kconfig"
33
34 source "drivers/media/platform/blackfin/Kconfig"
35
36 source "drivers/media/platform/exynos/fimc-is/Kconfig"
37
38 config VIDEO_SH_VOU
39         tristate "SuperH VOU video output driver"
40         depends on MEDIA_CAMERA_SUPPORT
41         depends on VIDEO_DEV && I2C && HAS_DMA
42         depends on ARCH_SHMOBILE || COMPILE_TEST
43         select VIDEOBUF2_DMA_CONTIG
44         help
45           Support for the Video Output Unit (VOU) on SuperH SoCs.
46
47 config VIDEO_VIU
48         tristate "Freescale VIU Video Driver"
49         depends on VIDEO_V4L2 && PPC_MPC512x
50         select VIDEOBUF_DMA_CONTIG
51         default y
52         ---help---
53           Support for Freescale VIU video driver. This device captures
54           video data, or overlays video on DIU frame buffer.
55
56           Say Y here if you want to enable VIU device on MPC5121e Rev2+.
57           In doubt, say N.
58
59 config VIDEO_M32R_AR
60         tristate "AR devices"
61         depends on VIDEO_V4L2
62         depends on M32R || COMPILE_TEST
63         ---help---
64           This is a video4linux driver for the Renesas AR (Artificial Retina)
65           camera module.
66
67 config VIDEO_M32R_AR_M64278
68         tristate "AR device with color module M64278(VGA)"
69         depends on PLAT_M32700UT
70         select VIDEO_M32R_AR
71         ---help---
72           This is a video4linux driver for the Renesas AR (Artificial
73           Retina) with M64278E-800 camera module.
74           This module supports VGA(640x480 pixels) resolutions.
75
76           To compile this driver as a module, choose M here: the
77           module will be called arv.
78
79 config VIDEO_MUX
80         tristate "Video Multiplexer"
81         select MULTIPLEXER
82         depends on VIDEO_V4L2 && OF && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
83         select REGMAP
84         help
85           This driver provides support for N:1 video bus multiplexers.
86
87 config VIDEO_OMAP3
88         tristate "OMAP 3 Camera support"
89         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
90         depends on HAS_DMA && OF
91         depends on OMAP_IOMMU
92         select ARM_DMA_USE_IOMMU
93         select VIDEOBUF2_DMA_CONTIG
94         select MFD_SYSCON
95         select V4L2_FWNODE
96         ---help---
97           Driver for an OMAP 3 camera controller.
98
99 config VIDEO_OMAP3_DEBUG
100         bool "OMAP 3 Camera debug messages"
101         depends on VIDEO_OMAP3
102         ---help---
103           Enable debug messages on OMAP 3 camera controller driver.
104
105 config VIDEO_PXA27x
106         tristate "PXA27x Quick Capture Interface driver"
107         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
108         depends on PXA27x || COMPILE_TEST
109         select VIDEOBUF2_DMA_SG
110         select SG_SPLIT
111         select V4L2_FWNODE
112         ---help---
113           This is a v4l2 driver for the PXA27x Quick Capture Interface
114
115 config VIDEO_QCOM_CAMSS
116         tristate "Qualcomm 8x16 V4L2 Camera Subsystem driver"
117         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
118         depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
119         select VIDEOBUF2_DMA_SG
120         select V4L2_FWNODE
121
122 config VIDEO_S3C_CAMIF
123         tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
124         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
125         depends on PM
126         depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
127         depends on HAS_DMA
128         select VIDEOBUF2_DMA_CONTIG
129         ---help---
130           This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
131           host interface (CAMIF).
132
133           To compile this driver as a module, choose M here: the module
134           will be called s3c-camif.
135
136 config VIDEO_STM32_DCMI
137         tristate "STM32 Digital Camera Memory Interface (DCMI) support"
138         depends on VIDEO_V4L2 && OF && HAS_DMA
139         depends on ARCH_STM32 || COMPILE_TEST
140         select VIDEOBUF2_DMA_CONTIG
141         select V4L2_FWNODE
142         ---help---
143           This module makes the STM32 Digital Camera Memory Interface (DCMI)
144           available as a v4l2 device.
145
146           To compile this driver as a module, choose M here: the module
147           will be called stm32-dcmi.
148
149 source "drivers/media/platform/soc_camera/Kconfig"
150 source "drivers/media/platform/exynos4-is/Kconfig"
151 source "drivers/media/platform/am437x/Kconfig"
152 source "drivers/media/platform/xilinx/Kconfig"
153 source "drivers/media/platform/rcar-vin/Kconfig"
154 source "drivers/media/platform/atmel/Kconfig"
155
156 config VIDEO_TI_CAL
157         tristate "TI CAL (Camera Adaptation Layer) driver"
158         depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
159         depends on SOC_DRA7XX || COMPILE_TEST
160         depends on HAS_DMA
161         select VIDEOBUF2_DMA_CONTIG
162         select V4L2_FWNODE
163         default n
164         ---help---
165           Support for the TI CAL (Camera Adaptation Layer) block
166           found on DRA72X SoC.
167           In TI Technical Reference Manual this module is referred as
168           Camera Interface Subsystem (CAMSS).
169
170 endif # V4L_PLATFORM_DRIVERS
171
172 menuconfig V4L_MEM2MEM_DRIVERS
173         bool "Memory-to-memory multimedia devices"
174         depends on VIDEO_V4L2
175         depends on MEDIA_CAMERA_SUPPORT
176         default n
177         ---help---
178           Say Y here to enable selecting drivers for V4L devices that
179           use system memory for both source and destination buffers, as opposed
180           to capture and output drivers, which use memory buffers for just
181           one of those.
182
183 if V4L_MEM2MEM_DRIVERS
184
185 config VIDEO_CODA
186         tristate "Chips&Media Coda multi-standard codec IP"
187         depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST)
188         depends on HAS_DMA
189         select SRAM
190         select VIDEOBUF2_DMA_CONTIG
191         select VIDEOBUF2_VMALLOC
192         select V4L2_MEM2MEM_DEV
193         select GENERIC_ALLOCATOR
194         ---help---
195            Coda is a range of video codec IPs that supports
196            H.264, MPEG-4, and other video formats.
197
198 config VIDEO_IMX_VDOA
199         def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST
200
201 config VIDEO_MEDIATEK_JPEG
202         tristate "Mediatek JPEG Codec driver"
203         depends on MTK_IOMMU_V1 || COMPILE_TEST
204         depends on VIDEO_DEV && VIDEO_V4L2
205         depends on ARCH_MEDIATEK || COMPILE_TEST
206         depends on HAS_DMA
207         select VIDEOBUF2_DMA_CONTIG
208         select V4L2_MEM2MEM_DEV
209         ---help---
210           Mediatek jpeg codec driver provides HW capability to decode
211           JPEG format
212
213           To compile this driver as a module, choose M here: the
214           module will be called mtk-jpeg
215
216 config VIDEO_MEDIATEK_VPU
217         tristate "Mediatek Video Processor Unit"
218         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
219         depends on ARCH_MEDIATEK || COMPILE_TEST
220         ---help---
221             This driver provides downloading VPU firmware and
222             communicating with VPU. This driver for hw video
223             codec embedded in Mediatek's MT8173 SOCs. It is able
224             to handle video decoding/encoding in a range of formats.
225
226             To compile this driver as a module, choose M here: the
227             module will be called mtk-vpu.
228
229 config VIDEO_MEDIATEK_MDP
230         tristate "Mediatek MDP driver"
231         depends on MTK_IOMMU || COMPILE_TEST
232         depends on VIDEO_DEV && VIDEO_V4L2
233         depends on ARCH_MEDIATEK || COMPILE_TEST
234         depends on HAS_DMA
235         select VIDEOBUF2_DMA_CONTIG
236         select V4L2_MEM2MEM_DEV
237         select VIDEO_MEDIATEK_VPU
238         default n
239         ---help---
240             It is a v4l2 driver and present in Mediatek MT8173 SoCs.
241             The driver supports for scaling and color space conversion.
242
243             To compile this driver as a module, choose M here: the
244             module will be called mtk-mdp.
245
246 config VIDEO_MEDIATEK_VCODEC
247         tristate "Mediatek Video Codec driver"
248         depends on MTK_IOMMU || COMPILE_TEST
249         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
250         depends on ARCH_MEDIATEK || COMPILE_TEST
251         select VIDEOBUF2_DMA_CONTIG
252         select V4L2_MEM2MEM_DEV
253         select VIDEO_MEDIATEK_VPU
254         default n
255         ---help---
256             Mediatek video codec driver provides HW capability to
257             encode and decode in a range of video formats
258             This driver rely on VPU driver to communicate with VPU.
259
260             To compile this driver as a module, choose M here: the
261             module will be called mtk-vcodec
262
263 config VIDEO_MEM2MEM_DEINTERLACE
264         tristate "Deinterlace support"
265         depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
266         depends on HAS_DMA
267         select VIDEOBUF2_DMA_CONTIG
268         select V4L2_MEM2MEM_DEV
269         help
270             Generic deinterlacing V4L2 driver.
271
272 config VIDEO_SAMSUNG_S5P_G2D
273         tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
274         depends on VIDEO_DEV && VIDEO_V4L2
275         depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
276         depends on HAS_DMA
277         select VIDEOBUF2_DMA_CONTIG
278         select V4L2_MEM2MEM_DEV
279         default n
280         ---help---
281           This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
282           2d graphics accelerator.
283
284 config VIDEO_SAMSUNG_S5P_JPEG
285         tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
286         depends on VIDEO_DEV && VIDEO_V4L2
287         depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
288         depends on HAS_DMA
289         select VIDEOBUF2_DMA_CONTIG
290         select V4L2_MEM2MEM_DEV
291         ---help---
292           This is a v4l2 driver for Samsung S5P, EXYNOS3250
293           and EXYNOS4 JPEG codec
294
295 config VIDEO_SAMSUNG_S5P_MFC
296         tristate "Samsung S5P MFC Video Codec"
297         depends on VIDEO_DEV && VIDEO_V4L2
298         depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
299         depends on HAS_DMA
300         select VIDEOBUF2_DMA_CONTIG
301         default n
302         help
303             MFC 5.1 and 6.x driver for V4L2
304
305 config VIDEO_MX2_EMMAPRP
306         tristate "MX2 eMMa-PrP support"
307         depends on VIDEO_DEV && VIDEO_V4L2
308         depends on SOC_IMX27 || COMPILE_TEST
309         depends on HAS_DMA
310         select VIDEOBUF2_DMA_CONTIG
311         select V4L2_MEM2MEM_DEV
312         help
313             MX2X chips have a PrP that can be used to process buffers from
314             memory to memory. Operations include resizing and format
315             conversion.
316
317 config VIDEO_SAMSUNG_EXYNOS_GSC
318         tristate "Samsung Exynos G-Scaler driver"
319         depends on VIDEO_DEV && VIDEO_V4L2
320         depends on ARCH_EXYNOS || COMPILE_TEST
321         depends on HAS_DMA
322         select VIDEOBUF2_DMA_CONTIG
323         select V4L2_MEM2MEM_DEV
324         help
325           This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
326
327 config VIDEO_STI_BDISP
328         tristate "STMicroelectronics BDISP 2D blitter driver"
329         depends on VIDEO_DEV && VIDEO_V4L2
330         depends on HAS_DMA
331         depends on ARCH_STI || COMPILE_TEST
332         select VIDEOBUF2_DMA_CONTIG
333         select V4L2_MEM2MEM_DEV
334         help
335           This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
336
337 config VIDEO_STI_HVA
338         tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver"
339         depends on VIDEO_DEV && VIDEO_V4L2
340         depends on HAS_DMA
341         depends on ARCH_STI || COMPILE_TEST
342         select VIDEOBUF2_DMA_CONTIG
343         select V4L2_MEM2MEM_DEV
344         help
345           This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format
346           video encoder of STMicroelectronics SoC, allowing hardware encoding of
347           raw uncompressed formats in various compressed video bitstreams format.
348
349           To compile this driver as a module, choose M here:
350           the module will be called st-hva.
351
352 config VIDEO_STI_HVA_DEBUGFS
353         bool "Export STMicroelectronics HVA internals in debugfs"
354         depends on VIDEO_STI_HVA
355         depends on DEBUG_FS
356         help
357           Select this to see information about the internal state and the last
358           operation of STMicroelectronics HVA multi-format video encoder in
359           debugfs.
360
361           Choose N unless you know you need this.
362
363 config VIDEO_STI_DELTA
364         tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
365         depends on VIDEO_DEV && VIDEO_V4L2
366         depends on ARCH_STI || COMPILE_TEST
367         depends on HAS_DMA
368         help
369                 This V4L2 driver enables DELTA multi-format video decoder
370                 of STMicroelectronics STiH4xx SoC series allowing hardware
371                 decoding of various compressed video bitstream format in
372                 raw uncompressed format.
373
374                 Use this option to see the decoders available for such
375                 hardware.
376
377                 Please notice that the driver will only be built if
378                 at least one of the DELTA decoder below is selected.
379
380 if VIDEO_STI_DELTA
381
382 config VIDEO_STI_DELTA_MJPEG
383         bool "STMicroelectronics DELTA MJPEG support"
384         default y
385         help
386                 Enables DELTA MJPEG hardware support.
387
388                 To compile this driver as a module, choose M here:
389                 the module will be called st-delta.
390
391 config VIDEO_STI_DELTA_DRIVER
392         tristate
393         depends on VIDEO_STI_DELTA
394         depends on VIDEO_STI_DELTA_MJPEG
395         default VIDEO_STI_DELTA_MJPEG
396         select VIDEOBUF2_DMA_CONTIG
397         select V4L2_MEM2MEM_DEV
398         select RPMSG
399
400 endif # VIDEO_STI_DELTA
401
402 config VIDEO_SH_VEU
403         tristate "SuperH VEU mem2mem video processing driver"
404         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
405         select VIDEOBUF2_DMA_CONTIG
406         select V4L2_MEM2MEM_DEV
407         help
408             Support for the Video Engine Unit (VEU) on SuperH and
409             SH-Mobile SoCs.
410
411 config VIDEO_RENESAS_FDP1
412         tristate "Renesas Fine Display Processor"
413         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
414         depends on ARCH_SHMOBILE || COMPILE_TEST
415         depends on (!ARCH_RENESAS && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
416         select VIDEOBUF2_DMA_CONTIG
417         select V4L2_MEM2MEM_DEV
418         ---help---
419           This is a V4L2 driver for the Renesas Fine Display Processor
420           providing colour space conversion, and de-interlacing features.
421
422           To compile this driver as a module, choose M here: the module
423           will be called rcar_fdp1.
424
425 config VIDEO_RENESAS_JPU
426         tristate "Renesas JPEG Processing Unit"
427         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
428         depends on ARCH_RENESAS || COMPILE_TEST
429         select VIDEOBUF2_DMA_CONTIG
430         select V4L2_MEM2MEM_DEV
431         ---help---
432           This is a V4L2 driver for the Renesas JPEG Processing Unit.
433
434           To compile this driver as a module, choose M here: the module
435           will be called rcar_jpu.
436
437 config VIDEO_RENESAS_FCP
438         tristate "Renesas Frame Compression Processor"
439         depends on ARCH_RENESAS || COMPILE_TEST
440         depends on OF
441         ---help---
442           This is a driver for the Renesas Frame Compression Processor (FCP).
443           The FCP is a companion module of video processing modules in the
444           Renesas R-Car Gen3 SoCs. It handles memory access for the codec,
445           VSP and FDP modules.
446
447           To compile this driver as a module, choose M here: the module
448           will be called rcar-fcp.
449
450 config VIDEO_RENESAS_VSP1
451         tristate "Renesas VSP1 Video Processing Engine"
452         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
453         depends on (ARCH_RENESAS && OF) || COMPILE_TEST
454         depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
455         select VIDEOBUF2_DMA_CONTIG
456         select VIDEOBUF2_VMALLOC
457         ---help---
458           This is a V4L2 driver for the Renesas VSP1 video processing engine.
459
460           To compile this driver as a module, choose M here: the module
461           will be called vsp1.
462
463 config VIDEO_TI_VPE
464         tristate "TI VPE (Video Processing Engine) driver"
465         depends on VIDEO_DEV && VIDEO_V4L2
466         depends on SOC_DRA7XX || COMPILE_TEST
467         depends on HAS_DMA
468         select VIDEOBUF2_DMA_CONTIG
469         select V4L2_MEM2MEM_DEV
470         select VIDEO_TI_VPDMA
471         select VIDEO_TI_SC
472         select VIDEO_TI_CSC
473         default n
474         ---help---
475           Support for the TI VPE(Video Processing Engine) block
476           found on DRA7XX SoC.
477
478 config VIDEO_TI_VPE_DEBUG
479         bool "VPE debug messages"
480         depends on VIDEO_TI_VPE
481         ---help---
482           Enable debug messages on VPE driver.
483
484 config VIDEO_QCOM_VENUS
485         tristate "Qualcomm Venus V4L2 encoder/decoder driver"
486         depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
487         depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
488         select QCOM_MDT_LOADER if ARCH_QCOM
489         select QCOM_SCM if ARCH_QCOM
490         select VIDEOBUF2_DMA_SG
491         select V4L2_MEM2MEM_DEV
492         ---help---
493           This is a V4L2 driver for Qualcomm Venus video accelerator
494           hardware. It accelerates encoding and decoding operations
495           on various Qualcomm SoCs.
496           To compile this driver as a module choose m here.
497
498 endif # V4L_MEM2MEM_DRIVERS
499
500 # TI VIDEO PORT Helper Modules
501 # These will be selected by VPE and VIP
502 config VIDEO_TI_VPDMA
503         tristate
504
505 config VIDEO_TI_SC
506         tristate
507
508 config VIDEO_TI_CSC
509         tristate
510
511 menuconfig V4L_TEST_DRIVERS
512         bool "Media test drivers"
513         depends on MEDIA_CAMERA_SUPPORT
514
515 if V4L_TEST_DRIVERS
516
517 source "drivers/media/platform/vimc/Kconfig"
518
519 source "drivers/media/platform/vivid/Kconfig"
520
521 config VIDEO_VIM2M
522         tristate "Virtual Memory-to-Memory Driver"
523         depends on VIDEO_DEV && VIDEO_V4L2
524         select VIDEOBUF2_VMALLOC
525         select V4L2_MEM2MEM_DEV
526         default n
527         ---help---
528           This is a virtual test device for the memory-to-memory driver
529           framework.
530 endif #V4L_TEST_DRIVERS
531
532 menuconfig DVB_PLATFORM_DRIVERS
533         bool "DVB platform devices"
534         depends on MEDIA_DIGITAL_TV_SUPPORT
535         default n
536         ---help---
537           Say Y here to enable support for platform-specific Digital TV drivers.
538
539 if DVB_PLATFORM_DRIVERS
540 source "drivers/media/platform/sti/c8sectpfe/Kconfig"
541 endif #DVB_PLATFORM_DRIVERS
542
543 menuconfig CEC_PLATFORM_DRIVERS
544         bool "CEC platform devices"
545         depends on MEDIA_CEC_SUPPORT
546
547 if CEC_PLATFORM_DRIVERS
548
549 config VIDEO_MESON_AO_CEC
550         tristate "Amlogic Meson AO CEC driver"
551         depends on ARCH_MESON || COMPILE_TEST
552         select CEC_CORE
553         select CEC_NOTIFIER
554         ---help---
555           This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the
556           generic CEC framework interface.
557           CEC bus is present in the HDMI connector and enables communication
558           between compatible devices.
559
560 config VIDEO_SAMSUNG_S5P_CEC
561        tristate "Samsung S5P CEC driver"
562        depends on PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST
563        select CEC_CORE
564        select CEC_NOTIFIER
565        ---help---
566          This is a driver for Samsung S5P HDMI CEC interface. It uses the
567          generic CEC framework interface.
568          CEC bus is present in the HDMI connector and enables communication
569          between compatible devices.
570
571 config VIDEO_STI_HDMI_CEC
572        tristate "STMicroelectronics STiH4xx HDMI CEC driver"
573        depends on ARCH_STI || COMPILE_TEST
574        select CEC_CORE
575        select CEC_NOTIFIER
576        ---help---
577          This is a driver for STIH4xx HDMI CEC interface. It uses the
578          generic CEC framework interface.
579          CEC bus is present in the HDMI connector and enables communication
580          between compatible devices.
581
582 config VIDEO_STM32_HDMI_CEC
583        tristate "STMicroelectronics STM32 HDMI CEC driver"
584        depends on ARCH_STM32 || COMPILE_TEST
585        select REGMAP
586        select REGMAP_MMIO
587        select CEC_CORE
588        ---help---
589          This is a driver for STM32 interface. It uses the
590          generic CEC framework interface.
591          CEC bus is present in the HDMI connector and enables communication
592          between compatible devices.
593
594 endif #CEC_PLATFORM_DRIVERS
595
596 menuconfig SDR_PLATFORM_DRIVERS
597         bool "SDR platform devices"
598         depends on MEDIA_SDR_SUPPORT
599         default n
600         ---help---
601           Say Y here to enable support for platform-specific SDR Drivers.
602
603 if SDR_PLATFORM_DRIVERS
604
605 config VIDEO_RCAR_DRIF
606         tristate "Renesas Digitial Radio Interface (DRIF)"
607         depends on VIDEO_V4L2 && HAS_DMA
608         depends on ARCH_RENESAS || COMPILE_TEST
609         select VIDEOBUF2_VMALLOC
610         ---help---
611           Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital
612           Radio Interface that interfaces with an RF front end chip. It is a
613           receiver of digital data which uses DMA to transfer received data to
614           a configured location for an application to use.
615
616           To compile this driver as a module, choose M here; the module
617           will be called rcar_drif.
618
619 endif # SDR_PLATFORM_DRIVERS