Kconfig (6aeedba20e82150757f2dd5b896f0e09491a987c) Kconfig (56fa1a6a6a7da91e7ece8b01b0ae8adb2926e434)
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

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

117 ---help---
118 This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
119 host interface (CAMIF).
120
121 To compile this driver as a module, choose M here: the module
122 will be called s3c-camif.
123
124source "drivers/media/platform/soc_camera/Kconfig"
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

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

117 ---help---
118 This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
119 host interface (CAMIF).
120
121 To compile this driver as a module, choose M here: the module
122 will be called s3c-camif.
123
124source "drivers/media/platform/soc_camera/Kconfig"
125source "drivers/media/platform/s5p-fimc/Kconfig"
125source "drivers/media/platform/exynos4-is/Kconfig"
126source "drivers/media/platform/s5p-tv/Kconfig"
127
128endif # V4L_PLATFORM_DRIVERS
129
130menuconfig V4L_MEM2MEM_DRIVERS
131 bool "Memory-to-memory multimedia devices"
132 depends on VIDEO_V4L2
133 depends on MEDIA_CAMERA_SUPPORT

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

199 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
200 select VIDEOBUF2_DMA_CONTIG
201 select V4L2_MEM2MEM_DEV
202 help
203 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
204
205config VIDEO_SH_VEU
206 tristate "SuperH VEU mem2mem video processing driver"
126source "drivers/media/platform/s5p-tv/Kconfig"
127
128endif # V4L_PLATFORM_DRIVERS
129
130menuconfig V4L_MEM2MEM_DRIVERS
131 bool "Memory-to-memory multimedia devices"
132 depends on VIDEO_V4L2
133 depends on MEDIA_CAMERA_SUPPORT

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

199 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
200 select VIDEOBUF2_DMA_CONTIG
201 select V4L2_MEM2MEM_DEV
202 help
203 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
204
205config VIDEO_SH_VEU
206 tristate "SuperH VEU mem2mem video processing driver"
207 depends on VIDEO_DEV && VIDEO_V4L2
207 depends on VIDEO_DEV && VIDEO_V4L2 && HAS_DMA
208 select VIDEOBUF2_DMA_CONTIG
209 select V4L2_MEM2MEM_DEV
210 help
211 Support for the Video Engine Unit (VEU) on SuperH and
212 SH-Mobile SoCs.
213
214endif # V4L_MEM2MEM_DRIVERS
215

--- 29 unchanged lines hidden ---
208 select VIDEOBUF2_DMA_CONTIG
209 select V4L2_MEM2MEM_DEV
210 help
211 Support for the Video Engine Unit (VEU) on SuperH and
212 SH-Mobile SoCs.
213
214endif # V4L_MEM2MEM_DRIVERS
215

--- 29 unchanged lines hidden ---