blob: 2728376b04b53cca5677ffbea6f517ddff296e31 [file] [log] [blame]
Hans Verkuil044ab152011-09-30 05:05:35 -03001#
Mauro Carvalho Chehab724f4a32012-05-28 08:17:49 -03002# Platform drivers
Peter Griffin850a3f72015-07-30 14:09:00 -03003# Most drivers here are currently for webcam support
Mauro Carvalho Chehab724f4a32012-05-28 08:17:49 -03004
Hans Verkuile9eb0da2011-11-08 11:02:34 -03005menuconfig V4L_PLATFORM_DRIVERS
6 bool "V4L platform devices"
Mauro Carvalho Chehab724f4a32012-05-28 08:17:49 -03007 depends on MEDIA_CAMERA_SUPPORT
Hans Verkuile9eb0da2011-11-08 11:02:34 -03008 default n
9 ---help---
10 Say Y here to enable support for platform-specific V4L drivers.
11
12if V4L_PLATFORM_DRIVERS
13
Mauro Carvalho Chehab2c3fb082012-08-14 17:31:16 -030014source "drivers/media/platform/marvell-ccic/Kconfig"
Jonathan Corbetf8fc7292011-06-11 17:46:42 +000015
Hans Verkuil9fa0b852011-09-30 09:06:11 -030016config 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#
Maxime Ripard1fc3b372018-05-04 10:08:08 -040029source "drivers/media/platform/cadence/Kconfig"
Hans Verkuil9fa0b852011-09-30 09:06:11 -030030
Mauro Carvalho Chehab2c3fb082012-08-14 17:31:16 -030031source "drivers/media/platform/davinci/Kconfig"
Hans Verkuil9fa0b852011-09-30 09:06:11 -030032
Mauro Carvalho Chehab2c3fb082012-08-14 17:31:16 -030033source "drivers/media/platform/omap/Kconfig"
Hans Verkuil9fa0b852011-09-30 09:06:11 -030034
35config VIDEO_SH_VOU
36 tristate "SuperH VOU video output driver"
Mauro Carvalho Chehabb6334462012-08-20 10:32:19 -030037 depends on MEDIA_CAMERA_SUPPORT
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -040038 depends on VIDEO_DEV && I2C
Laurent Pinchart215c65a02013-11-26 22:18:28 -030039 depends on ARCH_SHMOBILE || COMPILE_TEST
Arnd Bergmann3ff863b2015-10-15 21:35:40 -030040 select VIDEOBUF2_DMA_CONTIG
Hans Verkuil9fa0b852011-09-30 09:06:11 -030041 help
42 Support for the Video Output Unit (VOU) on SuperH SoCs.
43
44config VIDEO_VIU
45 tristate "Freescale VIU Video Driver"
Anders Roxell530d4732018-04-23 15:31:39 -040046 depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C
Hans Verkuil9fa0b852011-09-30 09:06:11 -030047 select VIDEOBUF_DMA_CONTIG
48 default y
49 ---help---
50 Support for Freescale VIU video driver. This device captures
51 video data, or overlays video on DIU frame buffer.
52
53 Say Y here if you want to enable VIU device on MPC5121e Rev2+.
54 In doubt, say N.
55
Philipp Zabel68803ad2017-06-07 15:33:55 -030056config VIDEO_MUX
57 tristate "Video Multiplexer"
Philipp Zabel435945e2017-07-18 09:26:00 -040058 select MULTIPLEXER
Arnd Bergmann57d8ba02017-07-10 04:48:43 -040059 depends on VIDEO_V4L2 && OF && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
Philipp Zabel68803ad2017-06-07 15:33:55 -030060 select REGMAP
61 help
62 This driver provides support for N:1 video bus multiplexers.
63
Laurent Pinchart7e8970e2011-02-12 18:05:06 -030064config VIDEO_OMAP3
Kees Cooke141a482013-01-16 18:53:43 -080065 tristate "OMAP 3 Camera support"
Laurent Pinchartba37e6d2018-04-07 07:40:08 -040066 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Arnd Bergmann24313112018-04-09 05:48:01 -040067 depends on (ARCH_OMAP3 && OMAP_IOMMU) || COMPILE_TEST
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -040068 depends on COMMON_CLK && OF
Arnd Bergmann24313112018-04-09 05:48:01 -040069 select ARM_DMA_USE_IOMMU if OMAP_IOMMU
Peter Meerwald9aabd952014-07-04 04:51:47 -030070 select VIDEOBUF2_DMA_CONTIG
Sakari Ailus503596a2015-03-25 19:57:34 -030071 select MFD_SYSCON
Sakari Ailus859969b2016-08-26 20:17:25 -030072 select V4L2_FWNODE
Laurent Pinchart7e8970e2011-02-12 18:05:06 -030073 ---help---
74 Driver for an OMAP 3 camera controller.
75
76config 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
Robert Jarzmik4bb738f2016-09-06 06:04:23 -030082config VIDEO_PXA27x
83 tristate "PXA27x Quick Capture Interface driver"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -040084 depends on VIDEO_DEV && VIDEO_V4L2
Hans Verkuil5809ecd2016-09-06 07:37:45 -030085 depends on PXA27x || COMPILE_TEST
Robert Jarzmik4bb738f2016-09-06 06:04:23 -030086 select VIDEOBUF2_DMA_SG
87 select SG_SPLIT
Sakari Ailus859969b2016-08-26 20:17:25 -030088 select V4L2_FWNODE
Robert Jarzmik4bb738f2016-09-06 06:04:23 -030089 ---help---
90 This is a v4l2 driver for the PXA27x Quick Capture Interface
91
Todor Tomovf5c074942017-08-08 09:30:08 -040092config VIDEO_QCOM_CAMSS
93 tristate "Qualcomm 8x16 V4L2 Camera Subsystem driver"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -040094 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Todor Tomovf5c074942017-08-08 09:30:08 -040095 depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
96 select VIDEOBUF2_DMA_SG
97 select V4L2_FWNODE
98
Sylwester Nawrockibabde1c2012-08-22 20:09:18 -030099config VIDEO_S3C_CAMIF
100 tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
101 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Rafael J. Wysocki1b3e3aa2014-12-13 00:44:04 +0100102 depends on PM
Mauro Carvalho Chehab71550432014-08-20 13:21:35 -0600103 depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
Sylwester Nawrockibabde1c2012-08-22 20:09:18 -0300104 select VIDEOBUF2_DMA_CONTIG
105 ---help---
106 This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
107 host interface (CAMIF).
108
109 To compile this driver as a module, choose M here: the module
110 will be called s3c-camif.
111
Hugues Fruchet37404f92017-05-05 12:31:21 -0300112config VIDEO_STM32_DCMI
113 tristate "STM32 Digital Camera Memory Interface (DCMI) support"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400114 depends on VIDEO_V4L2 && OF
Hugues Fruchet37404f92017-05-05 12:31:21 -0300115 depends on ARCH_STM32 || COMPILE_TEST
116 select VIDEOBUF2_DMA_CONTIG
Sakari Ailus859969b2016-08-26 20:17:25 -0300117 select V4L2_FWNODE
Hugues Fruchet37404f92017-05-05 12:31:21 -0300118 ---help---
119 This module makes the STM32 Digital Camera Memory Interface (DCMI)
120 available as a v4l2 device.
121
122 To compile this driver as a module, choose M here: the module
123 will be called stm32-dcmi.
124
Jacopo Mondi32e5a702018-02-22 05:37:19 -0500125config VIDEO_RENESAS_CEU
126 tristate "Renesas Capture Engine Unit (CEU) driver"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400127 depends on VIDEO_DEV && VIDEO_V4L2
Jacopo Mondi32e5a702018-02-22 05:37:19 -0500128 depends on ARCH_SHMOBILE || ARCH_R7S72100 || COMPILE_TEST
129 select VIDEOBUF2_DMA_CONTIG
130 select V4L2_FWNODE
131 ---help---
132 This is a v4l2 driver for the Renesas CEU Interface
133
Mauro Carvalho Chehabb47ff4a2012-08-20 09:49:34 -0300134source "drivers/media/platform/soc_camera/Kconfig"
Sylwester Nawrocki56fa1a62013-03-24 16:54:25 +0100135source "drivers/media/platform/exynos4-is/Kconfig"
Benoit Parrot417d2e52014-12-09 16:43:44 -0300136source "drivers/media/platform/am437x/Kconfig"
Laurent Pinchartdf330512013-05-15 11:36:19 -0300137source "drivers/media/platform/xilinx/Kconfig"
Niklas Söderlundf00add92016-04-26 10:22:19 -0300138source "drivers/media/platform/rcar-vin/Kconfig"
Songjun Wu10626742016-08-17 03:05:27 -0300139source "drivers/media/platform/atmel/Kconfig"
Tomasz Stanislawskia52074e2011-03-02 13:16:37 -0300140
Benoit Parrot343e89a2016-01-06 21:37:26 -0200141config VIDEO_TI_CAL
142 tristate "TI CAL (Camera Adaptation Layer) driver"
143 depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
144 depends on SOC_DRA7XX || COMPILE_TEST
145 select VIDEOBUF2_DMA_CONTIG
Sakari Ailus859969b2016-08-26 20:17:25 -0300146 select V4L2_FWNODE
Benoit Parrot343e89a2016-01-06 21:37:26 -0200147 default n
148 ---help---
149 Support for the TI CAL (Camera Adaptation Layer) block
150 found on DRA72X SoC.
151 In TI Technical Reference Manual this module is referred as
152 Camera Interface Subsystem (CAMSS).
153
Hans Verkuile9eb0da2011-11-08 11:02:34 -0300154endif # V4L_PLATFORM_DRIVERS
Pawel Osciak7f986392010-04-23 05:38:37 -0300155
156menuconfig V4L_MEM2MEM_DRIVERS
157 bool "Memory-to-memory multimedia devices"
158 depends on VIDEO_V4L2
Mauro Carvalho Chehabb6334462012-08-20 10:32:19 -0300159 depends on MEDIA_CAMERA_SUPPORT
Pawel Osciak7f986392010-04-23 05:38:37 -0300160 default n
161 ---help---
162 Say Y here to enable selecting drivers for V4L devices that
163 use system memory for both source and destination buffers, as opposed
164 to capture and output drivers, which use memory buffers for just
165 one of those.
Pawel Osciak96d8eab2010-04-23 05:38:38 -0300166
167if V4L_MEM2MEM_DRIVERS
168
Javier Martin186b2502012-07-26 05:53:35 -0300169config VIDEO_CODA
170 tristate "Chips&Media Coda multi-standard codec IP"
Mauro Carvalho Chehabc1b5e3d2017-03-09 16:55:48 -0300171 depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST)
Fabio Estevame9436342013-09-30 11:12:22 -0300172 select SRAM
Javier Martin186b2502012-07-26 05:53:35 -0300173 select VIDEOBUF2_DMA_CONTIG
Philipp Zabelbb04aa62015-01-23 13:51:30 -0300174 select VIDEOBUF2_VMALLOC
Javier Martin186b2502012-07-26 05:53:35 -0300175 select V4L2_MEM2MEM_DEV
Philipp Zabel39b06ac2014-07-11 06:36:25 -0300176 select GENERIC_ALLOCATOR
Javier Martin186b2502012-07-26 05:53:35 -0300177 ---help---
178 Coda is a range of video codec IPs that supports
179 H.264, MPEG-4, and other video formats.
180
Philipp Zabelb0444f12017-01-20 12:00:20 -0200181config VIDEO_IMX_VDOA
182 def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST
183
Rick Changb2f0d272016-12-14 06:04:48 -0200184config VIDEO_MEDIATEK_JPEG
185 tristate "Mediatek JPEG Codec driver"
186 depends on MTK_IOMMU_V1 || COMPILE_TEST
187 depends on VIDEO_DEV && VIDEO_V4L2
188 depends on ARCH_MEDIATEK || COMPILE_TEST
Rick Changb2f0d272016-12-14 06:04:48 -0200189 select VIDEOBUF2_DMA_CONTIG
190 select V4L2_MEM2MEM_DEV
191 ---help---
192 Mediatek jpeg codec driver provides HW capability to decode
193 JPEG format
194
195 To compile this driver as a module, choose M here: the
196 module will be called mtk-jpeg
197
Andrew-CT Chen3003a182016-05-03 07:11:21 -0300198config VIDEO_MEDIATEK_VPU
199 tristate "Mediatek Video Processor Unit"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400200 depends on VIDEO_DEV && VIDEO_V4L2
Andrew-CT Chen3003a182016-05-03 07:11:21 -0300201 depends on ARCH_MEDIATEK || COMPILE_TEST
202 ---help---
203 This driver provides downloading VPU firmware and
204 communicating with VPU. This driver for hw video
205 codec embedded in Mediatek's MT8173 SOCs. It is able
206 to handle video decoding/encoding in a range of formats.
207
208 To compile this driver as a module, choose M here: the
209 module will be called mtk-vpu.
210
Minghsiu Tsaic8eb2d72016-09-08 10:09:03 -0300211config VIDEO_MEDIATEK_MDP
212 tristate "Mediatek MDP driver"
213 depends on MTK_IOMMU || COMPILE_TEST
214 depends on VIDEO_DEV && VIDEO_V4L2
215 depends on ARCH_MEDIATEK || COMPILE_TEST
Minghsiu Tsaic8eb2d72016-09-08 10:09:03 -0300216 select VIDEOBUF2_DMA_CONTIG
217 select V4L2_MEM2MEM_DEV
218 select VIDEO_MEDIATEK_VPU
219 default n
220 ---help---
221 It is a v4l2 driver and present in Mediatek MT8173 SoCs.
222 The driver supports for scaling and color space conversion.
223
224 To compile this driver as a module, choose M here: the
225 module will be called mtk-mdp.
226
Tiffany Lin4e855a62016-05-03 07:11:24 -0300227config VIDEO_MEDIATEK_VCODEC
228 tristate "Mediatek Video Codec driver"
Hans Verkuilc1023ba2016-07-08 16:11:19 -0300229 depends on MTK_IOMMU || COMPILE_TEST
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400230 depends on VIDEO_DEV && VIDEO_V4L2
Tiffany Lin4e855a62016-05-03 07:11:24 -0300231 depends on ARCH_MEDIATEK || COMPILE_TEST
232 select VIDEOBUF2_DMA_CONTIG
233 select V4L2_MEM2MEM_DEV
234 select VIDEO_MEDIATEK_VPU
235 default n
236 ---help---
237 Mediatek video codec driver provides HW capability to
238 encode and decode in a range of video formats
239 This driver rely on VPU driver to communicate with VPU.
240
241 To compile this driver as a module, choose M here: the
242 module will be called mtk-vcodec
243
Javier Martin8f0755c2012-07-26 05:55:18 -0300244config VIDEO_MEM2MEM_DEINTERLACE
245 tristate "Deinterlace support"
Ezequiel Garcia9e73d232018-05-18 17:07:47 -0400246 depends on VIDEO_DEV && VIDEO_V4L2
Mauro Carvalho Chehab12bd88e2014-08-26 16:45:39 -0300247 depends on HAS_DMA
Javier Martin8f0755c2012-07-26 05:55:18 -0300248 select VIDEOBUF2_DMA_CONTIG
249 select V4L2_MEM2MEM_DEV
250 help
251 Generic deinterlacing V4L2 driver.
252
Kamil Debski91884732011-10-06 11:32:12 -0300253config VIDEO_SAMSUNG_S5P_G2D
254 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
Mauro Carvalho Chehab71550432014-08-20 13:21:35 -0600255 depends on VIDEO_DEV && VIDEO_V4L2
Sylwester Nawrocki098bcd22014-10-06 13:08:06 -0300256 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
Kamil Debski91884732011-10-06 11:32:12 -0300257 select VIDEOBUF2_DMA_CONTIG
258 select V4L2_MEM2MEM_DEV
259 default n
260 ---help---
261 This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
262 2d graphics accelerator.
Sylwester Nawrocki5fd8f732010-08-03 09:50:29 -0300263
Andrzej Pietrasiewiczbb677f32011-11-24 11:15:23 -0300264config VIDEO_SAMSUNG_S5P_JPEG
Jacek Anaszewski3246fda2014-07-11 12:19:42 -0300265 tristate "Samsung S5P/Exynos3250/Exynos4 JPEG codec driver"
Mauro Carvalho Chehab71550432014-08-20 13:21:35 -0600266 depends on VIDEO_DEV && VIDEO_V4L2
Sylwester Nawrocki098bcd22014-10-06 13:08:06 -0300267 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
Andrzej Pietrasiewiczbb677f32011-11-24 11:15:23 -0300268 select VIDEOBUF2_DMA_CONTIG
269 select V4L2_MEM2MEM_DEV
270 ---help---
Jacek Anaszewski3246fda2014-07-11 12:19:42 -0300271 This is a v4l2 driver for Samsung S5P, EXYNOS3250
272 and EXYNOS4 JPEG codec
Andrzej Pietrasiewiczbb677f32011-11-24 11:15:23 -0300273
Kamil Debskiaf935742011-06-21 10:51:26 -0300274config VIDEO_SAMSUNG_S5P_MFC
Jeongtae Parkf96f3cf2012-10-03 22:19:11 -0300275 tristate "Samsung S5P MFC Video Codec"
Mauro Carvalho Chehab71550432014-08-20 13:21:35 -0600276 depends on VIDEO_DEV && VIDEO_V4L2
Sylwester Nawrocki098bcd22014-10-06 13:08:06 -0300277 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
Kamil Debskiaf935742011-06-21 10:51:26 -0300278 select VIDEOBUF2_DMA_CONTIG
279 default n
280 help
Jeongtae Parkf96f3cf2012-10-03 22:19:11 -0300281 MFC 5.1 and 6.x driver for V4L2
Kamil Debskiaf935742011-06-21 10:51:26 -0300282
Javier Martin8091cb72012-01-13 06:31:02 -0300283config VIDEO_MX2_EMMAPRP
284 tristate "MX2 eMMa-PrP support"
Mauro Carvalho Chehab1c17d8c2014-08-20 13:35:22 -0600285 depends on VIDEO_DEV && VIDEO_V4L2
286 depends on SOC_IMX27 || COMPILE_TEST
Javier Martin8091cb72012-01-13 06:31:02 -0300287 select VIDEOBUF2_DMA_CONTIG
288 select V4L2_MEM2MEM_DEV
289 help
290 MX2X chips have a PrP that can be used to process buffers from
291 memory to memory. Operations include resizing and format
292 conversion.
293
Shaik Ameer Basha655ceff2012-08-16 10:19:56 -0300294config VIDEO_SAMSUNG_EXYNOS_GSC
295 tristate "Samsung Exynos G-Scaler driver"
Mauro Carvalho Chehab71550432014-08-20 13:21:35 -0600296 depends on VIDEO_DEV && VIDEO_V4L2
Marek Szyprowski6f99e1b2016-11-09 12:29:37 -0200297 depends on ARCH_EXYNOS || COMPILE_TEST
Shaik Ameer Basha655ceff2012-08-16 10:19:56 -0300298 select VIDEOBUF2_DMA_CONTIG
299 select V4L2_MEM2MEM_DEV
300 help
301 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
302
Fabien Dessenne28ffeeb2015-05-12 13:02:10 -0300303config VIDEO_STI_BDISP
304 tristate "STMicroelectronics BDISP 2D blitter driver"
305 depends on VIDEO_DEV && VIDEO_V4L2
306 depends on ARCH_STI || COMPILE_TEST
Fabien Dessenne28ffeeb2015-05-12 13:02:10 -0300307 select VIDEOBUF2_DMA_CONTIG
308 select V4L2_MEM2MEM_DEV
309 help
310 This v4l2 mem2mem driver is a 2D blitter for STMicroelectronics SoC.
311
Jean-Christophe Trotin57b2c062016-09-05 11:06:29 -0300312config VIDEO_STI_HVA
313 tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver"
314 depends on VIDEO_DEV && VIDEO_V4L2
Jean-Christophe Trotin57b2c062016-09-05 11:06:29 -0300315 depends on ARCH_STI || COMPILE_TEST
316 select VIDEOBUF2_DMA_CONTIG
317 select V4L2_MEM2MEM_DEV
318 help
319 This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format
320 video encoder of STMicroelectronics SoC, allowing hardware encoding of
321 raw uncompressed formats in various compressed video bitstreams format.
322
323 To compile this driver as a module, choose M here:
324 the module will be called st-hva.
325
Jean-Christophe Trotinc610b5a2017-01-31 08:37:57 -0200326config VIDEO_STI_HVA_DEBUGFS
327 bool "Export STMicroelectronics HVA internals in debugfs"
328 depends on VIDEO_STI_HVA
329 depends on DEBUG_FS
330 help
331 Select this to see information about the internal state and the last
Mauro Carvalho Chehab4a3fad72018-01-04 06:47:28 -0500332 operation of STMicroelectronics HVA multi-format video encoder in
333 debugfs.
Jean-Christophe Trotinc610b5a2017-01-31 08:37:57 -0200334
Mauro Carvalho Chehab4a3fad72018-01-04 06:47:28 -0500335 Choose N unless you know you need this.
Jean-Christophe Trotinc610b5a2017-01-31 08:37:57 -0200336
Hugues Fruchetf3865092017-02-02 12:59:48 -0200337config VIDEO_STI_DELTA
338 tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
339 depends on VIDEO_DEV && VIDEO_V4L2
340 depends on ARCH_STI || COMPILE_TEST
Hugues Fruchetf3865092017-02-02 12:59:48 -0200341 help
342 This V4L2 driver enables DELTA multi-format video decoder
343 of STMicroelectronics STiH4xx SoC series allowing hardware
344 decoding of various compressed video bitstream format in
345 raw uncompressed format.
346
347 Use this option to see the decoders available for such
348 hardware.
349
350 Please notice that the driver will only be built if
351 at least one of the DELTA decoder below is selected.
352
353if VIDEO_STI_DELTA
354
Hugues Fruchet433ff5b42017-02-02 12:59:52 -0200355config VIDEO_STI_DELTA_MJPEG
356 bool "STMicroelectronics DELTA MJPEG support"
357 default y
358 help
359 Enables DELTA MJPEG hardware support.
360
361 To compile this driver as a module, choose M here:
362 the module will be called st-delta.
363
Hugues Fruchetf3865092017-02-02 12:59:48 -0200364config VIDEO_STI_DELTA_DRIVER
365 tristate
366 depends on VIDEO_STI_DELTA
Hugues Fruchet433ff5b42017-02-02 12:59:52 -0200367 depends on VIDEO_STI_DELTA_MJPEG
368 default VIDEO_STI_DELTA_MJPEG
Hugues Fruchetf3865092017-02-02 12:59:48 -0200369 select VIDEOBUF2_DMA_CONTIG
370 select V4L2_MEM2MEM_DEV
Hugues Fruchet91c83f32017-02-02 12:59:50 -0200371 select RPMSG
Hugues Fruchetf3865092017-02-02 12:59:48 -0200372
373endif # VIDEO_STI_DELTA
374
Guennadi Liakhovetski05efa712012-10-05 07:43:41 -0300375config VIDEO_SH_VEU
376 tristate "SuperH VEU mem2mem video processing driver"
Martin Schwidefsky0244ad02013-08-30 09:39:53 +0200377 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
Guennadi Liakhovetski05efa712012-10-05 07:43:41 -0300378 select VIDEOBUF2_DMA_CONTIG
379 select V4L2_MEM2MEM_DEV
380 help
381 Support for the Video Engine Unit (VEU) on SuperH and
382 SH-Mobile SoCs.
383
Kieran Bingham4710b752016-06-30 10:41:23 -0300384config VIDEO_RENESAS_FDP1
385 tristate "Renesas Fine Display Processor"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400386 depends on VIDEO_DEV && VIDEO_V4L2
Kieran Bingham4710b752016-06-30 10:41:23 -0300387 depends on ARCH_SHMOBILE || COMPILE_TEST
Arnd Bergmann1d389712016-11-18 14:16:05 -0200388 depends on (!ARCH_RENESAS && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
Kieran Bingham4710b752016-06-30 10:41:23 -0300389 select VIDEOBUF2_DMA_CONTIG
390 select V4L2_MEM2MEM_DEV
391 ---help---
392 This is a V4L2 driver for the Renesas Fine Display Processor
393 providing colour space conversion, and de-interlacing features.
394
395 To compile this driver as a module, choose M here: the module
396 will be called rcar_fdp1.
397
Mikhail Ulyanov2c42cdb2015-07-22 08:23:03 -0300398config VIDEO_RENESAS_JPU
399 tristate "Renesas JPEG Processing Unit"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400400 depends on VIDEO_DEV && VIDEO_V4L2
Simon Horman71c5dab2016-03-24 22:46:45 -0300401 depends on ARCH_RENESAS || COMPILE_TEST
Mikhail Ulyanov2c42cdb2015-07-22 08:23:03 -0300402 select VIDEOBUF2_DMA_CONTIG
403 select V4L2_MEM2MEM_DEV
404 ---help---
405 This is a V4L2 driver for the Renesas JPEG Processing Unit.
406
407 To compile this driver as a module, choose M here: the module
408 will be called rcar_jpu.
409
Laurent Pinchart7b492352016-02-11 22:29:58 -0200410config VIDEO_RENESAS_FCP
411 tristate "Renesas Frame Compression Processor"
412 depends on ARCH_RENESAS || COMPILE_TEST
413 depends on OF
414 ---help---
415 This is a driver for the Renesas Frame Compression Processor (FCP).
416 The FCP is a companion module of video processing modules in the
417 Renesas R-Car Gen3 SoCs. It handles memory access for the codec,
418 VSP and FDP modules.
419
420 To compile this driver as a module, choose M here: the module
421 will be called rcar-fcp.
422
Laurent Pinchart26e0ca22013-06-04 11:22:30 -0300423config VIDEO_RENESAS_VSP1
424 tristate "Renesas VSP1 Video Processing Engine"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400425 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Geert Uytterhoeven01f7b2e2018-02-26 13:09:10 -0500426 depends on ARCH_RENESAS || COMPILE_TEST
Arnd Bergmann19994672016-06-30 09:23:03 -0300427 depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
Laurent Pinchart26e0ca22013-06-04 11:22:30 -0300428 select VIDEOBUF2_DMA_CONTIG
Laurent Pinchart99362e32016-09-07 08:58:49 -0300429 select VIDEOBUF2_VMALLOC
Laurent Pinchart26e0ca22013-06-04 11:22:30 -0300430 ---help---
431 This is a V4L2 driver for the Renesas VSP1 video processing engine.
432
433 To compile this driver as a module, choose M here: the module
434 will be called vsp1.
435
Jacob Chenf7e7b482017-10-11 00:29:35 -0700436config VIDEO_ROCKCHIP_RGA
437 tristate "Rockchip Raster 2d Graphic Acceleration Unit"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400438 depends on VIDEO_DEV && VIDEO_V4L2
Jacob Chenf7e7b482017-10-11 00:29:35 -0700439 depends on ARCH_ROCKCHIP || COMPILE_TEST
440 select VIDEOBUF2_DMA_SG
441 select V4L2_MEM2MEM_DEV
442 default n
443 ---help---
444 This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator.
445 Rockchip RGA is a separate 2D raster graphic acceleration unit.
446 It accelerates 2D graphics operations, such as point/line drawing,
447 image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.
448
449 To compile this driver as a module choose m here.
450
Archit Taneja45719122013-10-16 02:36:47 -0300451config VIDEO_TI_VPE
452 tristate "TI VPE (Video Processing Engine) driver"
Mauro Carvalho Chehabf3334182014-08-20 13:41:56 -0600453 depends on VIDEO_DEV && VIDEO_V4L2
454 depends on SOC_DRA7XX || COMPILE_TEST
Archit Taneja45719122013-10-16 02:36:47 -0300455 select VIDEOBUF2_DMA_CONTIG
456 select V4L2_MEM2MEM_DEV
Benoit Parrote4e9aea2016-11-18 21:20:11 -0200457 select VIDEO_TI_VPDMA
Benoit Parrot1c6e8172016-11-18 21:20:39 -0200458 select VIDEO_TI_SC
Benoit Parrot51b56c32016-11-18 21:20:43 -0200459 select VIDEO_TI_CSC
Archit Taneja45719122013-10-16 02:36:47 -0300460 default n
461 ---help---
462 Support for the TI VPE(Video Processing Engine) block
463 found on DRA7XX SoC.
464
465config VIDEO_TI_VPE_DEBUG
466 bool "VPE debug messages"
467 depends on VIDEO_TI_VPE
468 ---help---
469 Enable debug messages on VPE driver.
470
Stanimir Varbanov70352802017-06-15 13:31:50 -0300471config VIDEO_QCOM_VENUS
472 tristate "Qualcomm Venus V4L2 encoder/decoder driver"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400473 depends on VIDEO_DEV && VIDEO_V4L2
Stanimir Varbanov76724b32017-06-20 10:13:50 -0300474 depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
Arnd Bergmann0399b692017-07-17 04:56:49 -0400475 select QCOM_MDT_LOADER if ARCH_QCOM
476 select QCOM_SCM if ARCH_QCOM
Stanimir Varbanov70352802017-06-15 13:31:50 -0300477 select VIDEOBUF2_DMA_SG
478 select V4L2_MEM2MEM_DEV
479 ---help---
480 This is a V4L2 driver for Qualcomm Venus video accelerator
481 hardware. It accelerates encoding and decoding operations
482 on various Qualcomm SoCs.
483 To compile this driver as a module choose m here.
484
Pawel Osciak96d8eab2010-04-23 05:38:38 -0300485endif # V4L_MEM2MEM_DRIVERS
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300486
Benoit Parrote4e9aea2016-11-18 21:20:11 -0200487# TI VIDEO PORT Helper Modules
488# These will be selected by VPE and VIP
489config VIDEO_TI_VPDMA
490 tristate
491
Benoit Parrot1c6e8172016-11-18 21:20:39 -0200492config VIDEO_TI_SC
493 tristate
494
Benoit Parrot51b56c32016-11-18 21:20:43 -0200495config VIDEO_TI_CSC
496 tristate
497
Mauro Carvalho Chehab7a46e182012-08-20 10:07:27 -0300498menuconfig V4L_TEST_DRIVERS
499 bool "Media test drivers"
500 depends on MEDIA_CAMERA_SUPPORT
501
502if V4L_TEST_DRIVERS
Hans Verkuile75420d2014-08-25 08:06:34 -0300503
Helen Koikef2fe8902017-04-07 14:55:19 -0300504source "drivers/media/platform/vimc/Kconfig"
505
Hans Verkuile75420d2014-08-25 08:06:34 -0300506source "drivers/media/platform/vivid/Kconfig"
507
Hans Verkuil1f923a42014-09-22 09:27:17 -0300508config VIDEO_VIM2M
509 tristate "Virtual Memory-to-Memory Driver"
Mauro Carvalho Chehab7a46e182012-08-20 10:07:27 -0300510 depends on VIDEO_DEV && VIDEO_V4L2
511 select VIDEOBUF2_VMALLOC
512 select V4L2_MEM2MEM_DEV
513 default n
514 ---help---
515 This is a virtual test device for the memory-to-memory driver
516 framework.
517endif #V4L_TEST_DRIVERS
Peter Griffin850a3f72015-07-30 14:09:00 -0300518
Mauro Carvalho Chehabca051892015-08-11 19:24:05 -0300519menuconfig DVB_PLATFORM_DRIVERS
520 bool "DVB platform devices"
521 depends on MEDIA_DIGITAL_TV_SUPPORT
522 default n
523 ---help---
524 Say Y here to enable support for platform-specific Digital TV drivers.
525
526if DVB_PLATFORM_DRIVERS
Peter Griffin850a3f72015-07-30 14:09:00 -0300527source "drivers/media/platform/sti/c8sectpfe/Kconfig"
Mauro Carvalho Chehabca051892015-08-11 19:24:05 -0300528endif #DVB_PLATFORM_DRIVERS
Hans Verkuil56a263a2017-04-17 07:44:35 -0300529
530menuconfig CEC_PLATFORM_DRIVERS
531 bool "CEC platform devices"
532 depends on MEDIA_CEC_SUPPORT
533
534if CEC_PLATFORM_DRIVERS
535
Neil Armstrong7ec2c0f2017-07-27 11:20:29 -0400536config VIDEO_MESON_AO_CEC
537 tristate "Amlogic Meson AO CEC driver"
538 depends on ARCH_MESON || COMPILE_TEST
539 select CEC_CORE
540 select CEC_NOTIFIER
541 ---help---
542 This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the
543 generic CEC framework interface.
544 CEC bus is present in the HDMI connector and enables communication
Hans Verkuil1e339362017-06-28 04:14:28 -0400545
546config CEC_GPIO
547 tristate "Generic GPIO-based CEC driver"
Mauro Carvalho Chehabb5d9f092018-04-05 11:17:31 -0400548 depends on PREEMPT || COMPILE_TEST
Hans Verkuil1e339362017-06-28 04:14:28 -0400549 select CEC_CORE
550 select CEC_PIN
551 select GPIOLIB
552 ---help---
553 This is a generic GPIO-based CEC driver.
554 The CEC bus is present in the HDMI connector and enables communication
Neil Armstrong7ec2c0f2017-07-27 11:20:29 -0400555 between compatible devices.
556
Hans Verkuil56a263a2017-04-17 07:44:35 -0300557config VIDEO_SAMSUNG_S5P_CEC
558 tristate "Samsung S5P CEC driver"
Ulf Magnusson2f4a75b2018-02-04 20:21:29 -0500559 depends on ARCH_EXYNOS || COMPILE_TEST
Hans Verkuil9177e512017-05-28 05:48:37 -0300560 select CEC_CORE
Hans Verkuile94c3282017-05-28 05:58:04 -0300561 select CEC_NOTIFIER
Hans Verkuil56a263a2017-04-17 07:44:35 -0300562 ---help---
Mauro Carvalho Chehab4a3fad72018-01-04 06:47:28 -0500563 This is a driver for Samsung S5P HDMI CEC interface. It uses the
564 generic CEC framework interface.
565 CEC bus is present in the HDMI connector and enables communication
566 between compatible devices.
Hans Verkuil56a263a2017-04-17 07:44:35 -0300567
568config VIDEO_STI_HDMI_CEC
569 tristate "STMicroelectronics STiH4xx HDMI CEC driver"
Hans Verkuil9177e512017-05-28 05:48:37 -0300570 depends on ARCH_STI || COMPILE_TEST
571 select CEC_CORE
Hans Verkuile94c3282017-05-28 05:58:04 -0300572 select CEC_NOTIFIER
Hans Verkuil56a263a2017-04-17 07:44:35 -0300573 ---help---
Mauro Carvalho Chehab4a3fad72018-01-04 06:47:28 -0500574 This is a driver for STIH4xx HDMI CEC interface. It uses the
575 generic CEC framework interface.
576 CEC bus is present in the HDMI connector and enables communication
577 between compatible devices.
Hans Verkuil56a263a2017-04-17 07:44:35 -0300578
Benjamin Gaignardd69ae572017-05-31 10:23:48 -0300579config VIDEO_STM32_HDMI_CEC
580 tristate "STMicroelectronics STM32 HDMI CEC driver"
581 depends on ARCH_STM32 || COMPILE_TEST
582 select REGMAP
583 select REGMAP_MMIO
584 select CEC_CORE
585 ---help---
Mauro Carvalho Chehab4a3fad72018-01-04 06:47:28 -0500586 This is a driver for STM32 interface. It uses the
587 generic CEC framework interface.
588 CEC bus is present in the HDMI connector and enables communication
589 between compatible devices.
Benjamin Gaignardd69ae572017-05-31 10:23:48 -0300590
Hans Verkuil9d2d60682017-07-15 10:51:00 +0200591config VIDEO_TEGRA_HDMI_CEC
592 tristate "Tegra HDMI CEC driver"
593 depends on ARCH_TEGRA || COMPILE_TEST
594 select CEC_CORE
595 select CEC_NOTIFIER
596 ---help---
Mauro Carvalho Chehab4a3fad72018-01-04 06:47:28 -0500597 This is a driver for the Tegra HDMI CEC interface. It uses the
598 generic CEC framework interface.
599 The CEC bus is present in the HDMI connector and enables communication
600 between compatible devices.
Hans Verkuil9d2d60682017-07-15 10:51:00 +0200601
Hans Verkuil56a263a2017-04-17 07:44:35 -0300602endif #CEC_PLATFORM_DRIVERS
Ramesh Shanmugasundaram7625ee92017-06-12 10:26:19 -0300603
604menuconfig SDR_PLATFORM_DRIVERS
605 bool "SDR platform devices"
606 depends on MEDIA_SDR_SUPPORT
607 default n
608 ---help---
609 Say Y here to enable support for platform-specific SDR Drivers.
610
611if SDR_PLATFORM_DRIVERS
612
613config VIDEO_RCAR_DRIF
614 tristate "Renesas Digitial Radio Interface (DRIF)"
Geert Uytterhoeven4cff79e2018-05-17 13:18:12 -0400615 depends on VIDEO_V4L2
Ramesh Shanmugasundaram7625ee92017-06-12 10:26:19 -0300616 depends on ARCH_RENESAS || COMPILE_TEST
617 select VIDEOBUF2_VMALLOC
618 ---help---
619 Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital
620 Radio Interface that interfaces with an RF front end chip. It is a
621 receiver of digital data which uses DMA to transfer received data to
622 a configured location for an application to use.
623
624 To compile this driver as a module, choose M here; the module
625 will be called rcar_drif.
626
627endif # SDR_PLATFORM_DRIVERS