xref: /openbmc/linux/drivers/media/platform/Kconfig (revision a44f9d6f)
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
203endif # V4L_PLATFORM_DRIVERS
204
205menuconfig V4L_MEM2MEM_DRIVERS
206	bool "Memory-to-memory multimedia devices"
207	depends on VIDEO_V4L2
208	help
209	  Say Y here to enable selecting drivers for V4L devices that
210	  use system memory for both source and destination buffers, as opposed
211	  to capture and output drivers, which use memory buffers for just
212	  one of those.
213
214if V4L_MEM2MEM_DRIVERS
215
216config VIDEO_ALLEGRO_DVT
217	tristate "Allegro DVT Video IP Core"
218	depends on VIDEO_DEV && VIDEO_V4L2
219	depends on ARCH_ZYNQMP || COMPILE_TEST
220	select V4L2_MEM2MEM_DEV
221	select VIDEOBUF2_DMA_CONTIG
222	select REGMAP_MMIO
223	help
224	  Support for the encoder video IP core by Allegro DVT. This core is
225	  found for example on the Xilinx ZynqMP SoC in the EV family and is
226	  called VCU in the reference manual.
227
228	  To compile this driver as a module, choose M here: the module
229	  will be called allegro.
230
231config VIDEO_CODA
232	tristate "Chips&Media Coda multi-standard codec IP"
233	depends on VIDEO_DEV && VIDEO_V4L2 && OF && (ARCH_MXC || COMPILE_TEST)
234	select SRAM
235	select VIDEOBUF2_DMA_CONTIG
236	select VIDEOBUF2_VMALLOC
237	select V4L2_JPEG_HELPER
238	select V4L2_MEM2MEM_DEV
239	select GENERIC_ALLOCATOR
240	help
241	   Coda is a range of video codec IPs that supports
242	   H.264, MPEG-4, and other video formats.
243
244config VIDEO_IMX_VDOA
245	def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST
246
247config VIDEO_IMX_PXP
248	tristate "i.MX Pixel Pipeline (PXP)"
249	depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST)
250	select VIDEOBUF2_DMA_CONTIG
251	select V4L2_MEM2MEM_DEV
252	help
253	  The i.MX Pixel Pipeline is a memory-to-memory engine for scaling,
254	  color space conversion, and rotation.
255
256source "drivers/media/platform/imx-jpeg/Kconfig"
257
258config VIDEO_MEDIATEK_JPEG
259	tristate "Mediatek JPEG Codec driver"
260	depends on MTK_IOMMU_V1 || MTK_IOMMU || COMPILE_TEST
261	depends on VIDEO_DEV && VIDEO_V4L2
262	depends on ARCH_MEDIATEK || COMPILE_TEST
263	depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n)
264	select VIDEOBUF2_DMA_CONTIG
265	select V4L2_MEM2MEM_DEV
266	help
267	  Mediatek jpeg codec driver provides HW capability to decode
268	  JPEG format
269
270	  To compile this driver as a module, choose M here: the
271	  module will be called mtk-jpeg
272
273config VIDEO_MEDIATEK_VPU
274	tristate "Mediatek Video Processor Unit"
275	depends on VIDEO_DEV && VIDEO_V4L2
276	depends on ARCH_MEDIATEK || COMPILE_TEST
277	help
278	    This driver provides downloading VPU firmware and
279	    communicating with VPU. This driver for hw video
280	    codec embedded in Mediatek's MT8173 SOCs. It is able
281	    to handle video decoding/encoding in a range of formats.
282
283	    To compile this driver as a module, choose M here: the
284	    module will be called mtk-vpu.
285
286config VIDEO_MEDIATEK_MDP
287	tristate "Mediatek MDP driver"
288	depends on MTK_IOMMU || COMPILE_TEST
289	depends on VIDEO_DEV && VIDEO_V4L2
290	depends on ARCH_MEDIATEK || COMPILE_TEST
291	depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n)
292	select VIDEOBUF2_DMA_CONTIG
293	select V4L2_MEM2MEM_DEV
294	select VIDEO_MEDIATEK_VPU
295	help
296	    It is a v4l2 driver and present in Mediatek MT8173 SoCs.
297	    The driver supports for scaling and color space conversion.
298
299	    To compile this driver as a module, choose M here: the
300	    module will be called mtk-mdp.
301
302config VIDEO_MEDIATEK_VCODEC
303	tristate "Mediatek Video Codec 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 VIDEO_MEDIATEK_VPU || MTK_SCP
308	# The two following lines ensure we have the same state ("m" or "y") as
309	# our dependencies, to avoid missing symbols during link.
310	depends on VIDEO_MEDIATEK_VPU || !VIDEO_MEDIATEK_VPU
311	depends on MTK_SCP || !MTK_SCP
312	depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n)
313	select VIDEOBUF2_DMA_CONTIG
314	select V4L2_MEM2MEM_DEV
315	select VIDEO_MEDIATEK_VCODEC_VPU if VIDEO_MEDIATEK_VPU
316	select VIDEO_MEDIATEK_VCODEC_SCP if MTK_SCP
317	select V4L2_H264
318	select MEDIA_CONTROLLER
319	select MEDIA_CONTROLLER_REQUEST_API
320	help
321	  Mediatek video codec driver provides HW capability to
322	  encode and decode in a range of video formats on MT8173
323	  and MT8183.
324
325	  Note that support for MT8173 requires VIDEO_MEDIATEK_VPU to
326	  also be selected. Support for MT8183 depends on MTK_SCP.
327
328	  To compile this driver as modules, choose M here: the
329	  modules will be called mtk-vcodec-dec and mtk-vcodec-enc.
330
331config VIDEO_MEDIATEK_VCODEC_VPU
332	bool
333
334config VIDEO_MEDIATEK_VCODEC_SCP
335	bool
336
337config VIDEO_MEM2MEM_DEINTERLACE
338	tristate "Deinterlace support"
339	depends on VIDEO_DEV && VIDEO_V4L2
340	depends on HAS_DMA
341	select VIDEOBUF2_DMA_CONTIG
342	select V4L2_MEM2MEM_DEV
343	help
344	    Generic deinterlacing V4L2 driver.
345
346config VIDEO_MESON_GE2D
347	tristate "Amlogic 2D Graphic Acceleration Unit"
348	depends on VIDEO_DEV && VIDEO_V4L2
349	depends on ARCH_MESON || COMPILE_TEST
350	select VIDEOBUF2_DMA_CONTIG
351	select V4L2_MEM2MEM_DEV
352	help
353	  This is a v4l2 driver for Amlogic GE2D 2D graphics accelerator.
354	  GE2D is a standalone 2D graphic acceleration unit, with color converter,
355	  image scaling, BitBLT & alpha blending operations.
356
357	  To compile this driver as a module choose m here.
358
359config VIDEO_SAMSUNG_S5P_G2D
360	tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
361	depends on VIDEO_DEV && VIDEO_V4L2
362	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
363	select VIDEOBUF2_DMA_CONTIG
364	select V4L2_MEM2MEM_DEV
365	help
366	  This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
367	  2d graphics accelerator.
368
369config VIDEO_SAMSUNG_S5P_JPEG
370	tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
371	depends on VIDEO_DEV && VIDEO_V4L2
372	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
373	select VIDEOBUF2_DMA_CONTIG
374	select V4L2_MEM2MEM_DEV
375	help
376	  This is a v4l2 driver for Samsung S5P, EXYNOS3250
377	  and EXYNOS4 JPEG codec
378
379config VIDEO_SAMSUNG_S5P_MFC
380	tristate "Samsung S5P MFC Video Codec"
381	depends on VIDEO_DEV && VIDEO_V4L2
382	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
383	select VIDEOBUF2_DMA_CONTIG
384	help
385	    MFC 5.1 and 6.x driver for V4L2
386
387config VIDEO_MX2_EMMAPRP
388	tristate "MX2 eMMa-PrP support"
389	depends on VIDEO_DEV && VIDEO_V4L2
390	depends on SOC_IMX27 || COMPILE_TEST
391	select VIDEOBUF2_DMA_CONTIG
392	select V4L2_MEM2MEM_DEV
393	help
394	    MX2X chips have a PrP that can be used to process buffers from
395	    memory to memory. Operations include resizing and format
396	    conversion.
397
398config VIDEO_SAMSUNG_EXYNOS_GSC
399	tristate "Samsung Exynos G-Scaler driver"
400	depends on VIDEO_DEV && VIDEO_V4L2
401	depends on ARCH_EXYNOS || COMPILE_TEST
402	select VIDEOBUF2_DMA_CONTIG
403	select V4L2_MEM2MEM_DEV
404	help
405	  This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
406
407config VIDEO_STI_BDISP
408	tristate "STMicroelectronics BDISP 2D blitter driver"
409	depends on VIDEO_DEV && VIDEO_V4L2
410	depends on ARCH_STI || COMPILE_TEST
411	select VIDEOBUF2_DMA_CONTIG
412	select V4L2_MEM2MEM_DEV
413	help
414	  This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
415
416config VIDEO_STI_HVA
417	tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver"
418	depends on VIDEO_DEV && VIDEO_V4L2
419	depends on ARCH_STI || COMPILE_TEST
420	select VIDEOBUF2_DMA_CONTIG
421	select V4L2_MEM2MEM_DEV
422	help
423	  This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format
424	  video encoder of STMicroelectronics SoC, allowing hardware encoding of
425	  raw uncompressed formats in various compressed video bitstreams format.
426
427	  To compile this driver as a module, choose M here:
428	  the module will be called st-hva.
429
430config VIDEO_STI_HVA_DEBUGFS
431	bool "Export STMicroelectronics HVA internals in debugfs"
432	depends on VIDEO_STI_HVA
433	depends on DEBUG_FS
434	help
435	  Select this to see information about the internal state and the last
436	  operation of STMicroelectronics HVA multi-format video encoder in
437	  debugfs.
438
439	  Choose N unless you know you need this.
440
441config VIDEO_STI_DELTA
442	tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
443	depends on VIDEO_DEV && VIDEO_V4L2
444	depends on ARCH_STI || COMPILE_TEST
445	help
446		This V4L2 driver enables DELTA multi-format video decoder
447		of STMicroelectronics STiH4xx SoC series allowing hardware
448		decoding of various compressed video bitstream format in
449		raw uncompressed format.
450
451		Use this option to see the decoders available for such
452		hardware.
453
454		Please notice that the driver will only be built if
455		at least one of the DELTA decoder below is selected.
456
457if VIDEO_STI_DELTA
458
459config VIDEO_STI_DELTA_MJPEG
460	bool "STMicroelectronics DELTA MJPEG support"
461	default y
462	help
463		Enables DELTA MJPEG hardware support.
464
465		To compile this driver as a module, choose M here:
466		the module will be called st-delta.
467
468config VIDEO_STI_DELTA_DRIVER
469	tristate
470	depends on VIDEO_STI_DELTA
471	depends on VIDEO_STI_DELTA_MJPEG
472	default VIDEO_STI_DELTA_MJPEG
473	select VIDEOBUF2_DMA_CONTIG
474	select V4L2_MEM2MEM_DEV
475	select RPMSG
476
477endif # VIDEO_STI_DELTA
478
479config VIDEO_RENESAS_FDP1
480	tristate "Renesas Fine Display Processor"
481	depends on VIDEO_DEV && VIDEO_V4L2
482	depends on ARCH_RENESAS || COMPILE_TEST
483	depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
484	select VIDEOBUF2_DMA_CONTIG
485	select V4L2_MEM2MEM_DEV
486	help
487	  This is a V4L2 driver for the Renesas Fine Display Processor
488	  providing colour space conversion, and de-interlacing features.
489
490	  To compile this driver as a module, choose M here: the module
491	  will be called rcar_fdp1.
492
493config VIDEO_RENESAS_JPU
494	tristate "Renesas JPEG Processing Unit"
495	depends on VIDEO_DEV && VIDEO_V4L2
496	depends on ARCH_RENESAS || COMPILE_TEST
497	select VIDEOBUF2_DMA_CONTIG
498	select V4L2_MEM2MEM_DEV
499	help
500	  This is a V4L2 driver for the Renesas JPEG Processing Unit.
501
502	  To compile this driver as a module, choose M here: the module
503	  will be called rcar_jpu.
504
505config VIDEO_RENESAS_FCP
506	tristate "Renesas Frame Compression Processor"
507	depends on ARCH_RENESAS || COMPILE_TEST
508	depends on OF
509	help
510	  This is a driver for the Renesas Frame Compression Processor (FCP).
511	  The FCP is a companion module of video processing modules in the
512	  Renesas R-Car Gen3 and RZ/G2 SoCs. It handles memory access for
513	  the codec, VSP and FDP modules.
514
515	  To compile this driver as a module, choose M here: the module
516	  will be called rcar-fcp.
517
518config VIDEO_RENESAS_VSP1
519	tristate "Renesas VSP1 Video Processing Engine"
520	depends on VIDEO_V4L2
521	depends on ARCH_RENESAS || COMPILE_TEST
522	depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
523	select MEDIA_CONTROLLER
524	select VIDEO_V4L2_SUBDEV_API
525	select VIDEOBUF2_DMA_CONTIG
526	select VIDEOBUF2_VMALLOC
527	help
528	  This is a V4L2 driver for the Renesas VSP1 video processing engine.
529
530	  To compile this driver as a module, choose M here: the module
531	  will be called vsp1.
532
533config VIDEO_ROCKCHIP_RGA
534	tristate "Rockchip Raster 2d Graphic Acceleration Unit"
535	depends on VIDEO_DEV && VIDEO_V4L2
536	depends on ARCH_ROCKCHIP || COMPILE_TEST
537	select VIDEOBUF2_DMA_SG
538	select V4L2_MEM2MEM_DEV
539	help
540	  This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator.
541	  Rockchip RGA is a separate 2D raster graphic acceleration unit.
542	  It accelerates 2D graphics operations, such as point/line drawing,
543	  image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
544
545	  To compile this driver as a module choose m here.
546
547config VIDEO_TI_VPE
548	tristate "TI VPE (Video Processing Engine) driver"
549	depends on VIDEO_DEV && VIDEO_V4L2
550	depends on SOC_DRA7XX || COMPILE_TEST
551	select VIDEOBUF2_DMA_CONTIG
552	select V4L2_MEM2MEM_DEV
553	select VIDEO_TI_VPDMA
554	select VIDEO_TI_SC
555	select VIDEO_TI_CSC
556	help
557	  Support for the TI VPE(Video Processing Engine) block
558	  found on DRA7XX SoC.
559
560config VIDEO_TI_VPE_DEBUG
561	bool "VPE debug messages"
562	depends on VIDEO_TI_VPE
563	help
564	  Enable debug messages on VPE driver.
565
566config VIDEO_QCOM_VENUS
567	tristate "Qualcomm Venus V4L2 encoder/decoder driver"
568	depends on VIDEO_DEV && VIDEO_V4L2 && QCOM_SMEM
569	depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
570	select QCOM_MDT_LOADER if ARCH_QCOM
571	select QCOM_SCM if ARCH_QCOM
572	select VIDEOBUF2_DMA_CONTIG
573	select V4L2_MEM2MEM_DEV
574	help
575	  This is a V4L2 driver for Qualcomm Venus video accelerator
576	  hardware. It accelerates encoding and decoding operations
577	  on various Qualcomm SoCs.
578	  To compile this driver as a module choose m here.
579
580config VIDEO_SUN8I_DEINTERLACE
581	tristate "Allwinner Deinterlace driver"
582	depends on VIDEO_DEV && VIDEO_V4L2
583	depends on ARCH_SUNXI || COMPILE_TEST
584	depends on COMMON_CLK && OF
585	depends on PM
586	select VIDEOBUF2_DMA_CONTIG
587	select V4L2_MEM2MEM_DEV
588	help
589	   Support for the Allwinner deinterlace unit with scaling
590	   capability found on some SoCs, like H3.
591	   To compile this driver as a module choose m here.
592
593config VIDEO_SUN8I_ROTATE
594	tristate "Allwinner DE2 rotation driver"
595	depends on VIDEO_DEV && VIDEO_V4L2
596	depends on ARCH_SUNXI || COMPILE_TEST
597	depends on COMMON_CLK && OF
598	depends on PM
599	select VIDEOBUF2_DMA_CONTIG
600	select V4L2_MEM2MEM_DEV
601	help
602	   Support for the Allwinner DE2 rotation unit.
603	   To compile this driver as a module choose m here.
604
605endif # V4L_MEM2MEM_DRIVERS
606
607# TI VIDEO PORT Helper Modules
608# These will be selected by VPE and VIP
609config VIDEO_TI_VPDMA
610	tristate
611
612config VIDEO_TI_SC
613	tristate
614
615config VIDEO_TI_CSC
616	tristate
617
618menuconfig DVB_PLATFORM_DRIVERS
619	bool "DVB platform devices"
620	depends on MEDIA_DIGITAL_TV_SUPPORT
621	help
622	  Say Y here to enable support for platform-specific Digital TV drivers.
623
624if DVB_PLATFORM_DRIVERS
625source "drivers/media/platform/sti/c8sectpfe/Kconfig"
626endif #DVB_PLATFORM_DRIVERS
627
628menuconfig SDR_PLATFORM_DRIVERS
629	bool "SDR platform devices"
630	depends on MEDIA_SDR_SUPPORT
631	help
632	  Say Y here to enable support for platform-specific SDR Drivers.
633
634if SDR_PLATFORM_DRIVERS
635
636config VIDEO_RCAR_DRIF
637	tristate "Renesas Digital Radio Interface (DRIF)"
638	depends on VIDEO_V4L2
639	depends on ARCH_RENESAS || COMPILE_TEST
640	select VIDEOBUF2_VMALLOC
641	help
642	  Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital
643	  Radio Interface that interfaces with an RF front end chip. It is a
644	  receiver of digital data which uses DMA to transfer received data to
645	  a configured location for an application to use.
646
647	  To compile this driver as a module, choose M here; the module
648	  will be called rcar_drif.
649
650endif # SDR_PLATFORM_DRIVERS
651