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