Kconfig (d27625c9d55bb671c1c6b3a7f2c2b50e9175f958) Kconfig (4710b752e029f3f82dd4a84d9dc61fe72c97bf82)
1#
2# Platform drivers
3# Most drivers here are currently for webcam support
4
5menuconfig V4L_PLATFORM_DRIVERS
6 bool "V4L platform devices"
7 depends on MEDIA_CAMERA_SUPPORT
8 default n

--- 79 unchanged lines hidden (view full) ---

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"
1#
2# Platform drivers
3# Most drivers here are currently for webcam support
4
5menuconfig V4L_PLATFORM_DRIVERS
6 bool "V4L platform devices"
7 depends on MEDIA_CAMERA_SUPPORT
8 default n

--- 79 unchanged lines hidden (view full) ---

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 && HAS_DMA
96 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
97 depends on PXA27x || COMPILE_TEST
98 select VIDEOBUF2_DMA_SG
99 select SG_SPLIT
100 ---help---
101 This is a v4l2 driver for the PXA27x Quick Capture Interface
102
103config VIDEO_S3C_CAMIF
104 tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"

--- 65 unchanged lines hidden (view full) ---

170 This driver provides downloading VPU firmware and
171 communicating with VPU. This driver for hw video
172 codec embedded in Mediatek's MT8173 SOCs. It is able
173 to handle video decoding/encoding in a range of formats.
174
175 To compile this driver as a module, choose M here: the
176 module will be called mtk-vpu.
177
97 depends on PXA27x || COMPILE_TEST
98 select VIDEOBUF2_DMA_SG
99 select SG_SPLIT
100 ---help---
101 This is a v4l2 driver for the PXA27x Quick Capture Interface
102
103config VIDEO_S3C_CAMIF
104 tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"

--- 65 unchanged lines hidden (view full) ---

170 This driver provides downloading VPU firmware and
171 communicating with VPU. This driver for hw video
172 codec embedded in Mediatek's MT8173 SOCs. It is able
173 to handle video decoding/encoding in a range of formats.
174
175 To compile this driver as a module, choose M here: the
176 module will be called mtk-vpu.
177
178config VIDEO_MEDIATEK_MDP
179 tristate "Mediatek MDP driver"
180 depends on MTK_IOMMU || COMPILE_TEST
181 depends on VIDEO_DEV && VIDEO_V4L2
182 depends on ARCH_MEDIATEK || COMPILE_TEST
183 depends on HAS_DMA
184 select VIDEOBUF2_DMA_CONTIG
185 select V4L2_MEM2MEM_DEV
186 select VIDEO_MEDIATEK_VPU
187 default n
188 ---help---
189 It is a v4l2 driver and present in Mediatek MT8173 SoCs.
190 The driver supports for scaling and color space conversion.
191
192 To compile this driver as a module, choose M here: the
193 module will be called mtk-mdp.
194
178config VIDEO_MEDIATEK_VCODEC
179 tristate "Mediatek Video Codec driver"
180 depends on MTK_IOMMU || COMPILE_TEST
181 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
182 depends on ARCH_MEDIATEK || COMPILE_TEST
183 select VIDEOBUF2_DMA_CONTIG
184 select V4L2_MEM2MEM_DEV
185 select VIDEO_MEDIATEK_VPU

--- 99 unchanged lines hidden (view full) ---

285 tristate "SuperH VEU mem2mem video processing driver"
286 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
287 select VIDEOBUF2_DMA_CONTIG
288 select V4L2_MEM2MEM_DEV
289 help
290 Support for the Video Engine Unit (VEU) on SuperH and
291 SH-Mobile SoCs.
292
195config VIDEO_MEDIATEK_VCODEC
196 tristate "Mediatek Video Codec driver"
197 depends on MTK_IOMMU || COMPILE_TEST
198 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
199 depends on ARCH_MEDIATEK || COMPILE_TEST
200 select VIDEOBUF2_DMA_CONTIG
201 select V4L2_MEM2MEM_DEV
202 select VIDEO_MEDIATEK_VPU

--- 99 unchanged lines hidden (view full) ---

302 tristate "SuperH VEU mem2mem video processing driver"
303 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
304 select VIDEOBUF2_DMA_CONTIG
305 select V4L2_MEM2MEM_DEV
306 help
307 Support for the Video Engine Unit (VEU) on SuperH and
308 SH-Mobile SoCs.
309
310config VIDEO_RENESAS_FDP1
311 tristate "Renesas Fine Display Processor"
312 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
313 depends on ARCH_SHMOBILE || COMPILE_TEST
314 select VIDEOBUF2_DMA_CONTIG
315 select V4L2_MEM2MEM_DEV
316 ---help---
317 This is a V4L2 driver for the Renesas Fine Display Processor
318 providing colour space conversion, and de-interlacing features.
319
320 To compile this driver as a module, choose M here: the module
321 will be called rcar_fdp1.
322
293config VIDEO_RENESAS_JPU
294 tristate "Renesas JPEG Processing Unit"
295 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
296 depends on ARCH_RENESAS || COMPILE_TEST
297 select VIDEOBUF2_DMA_CONTIG
298 select V4L2_MEM2MEM_DEV
299 ---help---
300 This is a V4L2 driver for the Renesas JPEG Processing Unit.

--- 78 unchanged lines hidden ---
323config VIDEO_RENESAS_JPU
324 tristate "Renesas JPEG Processing Unit"
325 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
326 depends on ARCH_RENESAS || COMPILE_TEST
327 select VIDEOBUF2_DMA_CONTIG
328 select V4L2_MEM2MEM_DEV
329 ---help---
330 This is a V4L2 driver for the Renesas JPEG Processing Unit.

--- 78 unchanged lines hidden ---