Kconfig (ee3e542fec6e69bc9fb668698889a37d93950ddf) Kconfig (26e0ca22c3b85b04f693dd0422f13a61846ccfa9)
1#
2# Platform drivers
3# All 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

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

205 tristate "SuperH VEU mem2mem video processing driver"
206 depends on VIDEO_DEV && VIDEO_V4L2 && GENERIC_HARDIRQS
207 select VIDEOBUF2_DMA_CONTIG
208 select V4L2_MEM2MEM_DEV
209 help
210 Support for the Video Engine Unit (VEU) on SuperH and
211 SH-Mobile SoCs.
212
1#
2# Platform drivers
3# All 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

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

205 tristate "SuperH VEU mem2mem video processing driver"
206 depends on VIDEO_DEV && VIDEO_V4L2 && GENERIC_HARDIRQS
207 select VIDEOBUF2_DMA_CONTIG
208 select V4L2_MEM2MEM_DEV
209 help
210 Support for the Video Engine Unit (VEU) on SuperH and
211 SH-Mobile SoCs.
212
213config VIDEO_RENESAS_VSP1
214 tristate "Renesas VSP1 Video Processing Engine"
215 depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
216 select VIDEOBUF2_DMA_CONTIG
217 ---help---
218 This is a V4L2 driver for the Renesas VSP1 video processing engine.
219
220 To compile this driver as a module, choose M here: the module
221 will be called vsp1.
222
213endif # V4L_MEM2MEM_DRIVERS
214
215menuconfig V4L_TEST_DRIVERS
216 bool "Media test drivers"
217 depends on MEDIA_CAMERA_SUPPORT
218
219if V4L_TEST_DRIVERS
220config VIDEO_VIVI

--- 23 unchanged lines hidden ---
223endif # V4L_MEM2MEM_DRIVERS
224
225menuconfig V4L_TEST_DRIVERS
226 bool "Media test drivers"
227 depends on MEDIA_CAMERA_SUPPORT
228
229if V4L_TEST_DRIVERS
230config VIDEO_VIVI

--- 23 unchanged lines hidden ---