Kconfig (aa740e0a6fd5fe6ab59a95d67d8756c77df3fa66) Kconfig (2e59d4d14355ed615f80c763850c9913dfaa30d7)
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

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

179 help
180 MX2X chips have a PrP that can be used to process buffers from
181 memory to memory. Operations include resizing and format
182 conversion.
183
184config VIDEO_SAMSUNG_EXYNOS_GSC
185 tristate "Samsung Exynos G-Scaler driver"
186 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
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

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

179 help
180 MX2X chips have a PrP that can be used to process buffers from
181 memory to memory. Operations include resizing and format
182 conversion.
183
184config VIDEO_SAMSUNG_EXYNOS_GSC
185 tristate "Samsung Exynos G-Scaler driver"
186 depends on VIDEO_DEV && VIDEO_V4L2 && ARCH_EXYNOS5
187 depends on BROKEN
188 select VIDEOBUF2_DMA_CONTIG
189 select V4L2_MEM2MEM_DEV
190 help
191 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
192
193endif # V4L_MEM2MEM_DRIVERS
194
195menuconfig V4L_TEST_DRIVERS

--- 28 unchanged lines hidden ---
187 select VIDEOBUF2_DMA_CONTIG
188 select V4L2_MEM2MEM_DEV
189 help
190 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
191
192endif # V4L_MEM2MEM_DRIVERS
193
194menuconfig V4L_TEST_DRIVERS

--- 28 unchanged lines hidden ---