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