Kconfig (8db90aa36063f471bea1e65e23185913043852dc) Kconfig (d74d4e2359ec7985831192f9b5ee22ed5e55b81c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Platform drivers
4# Most drivers here are currently for webcam support
5
6menuconfig V4L_PLATFORM_DRIVERS
7 bool "V4L platform devices"
8 help

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

194 help
195 Say Y here to enable selecting drivers for V4L devices that
196 use system memory for both source and destination buffers, as opposed
197 to capture and output drivers, which use memory buffers for just
198 one of those.
199
200if V4L_MEM2MEM_DRIVERS
201
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Platform drivers
4# Most drivers here are currently for webcam support
5
6menuconfig V4L_PLATFORM_DRIVERS
7 bool "V4L platform devices"
8 help

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

194 help
195 Say Y here to enable selecting drivers for V4L devices that
196 use system memory for both source and destination buffers, as opposed
197 to capture and output drivers, which use memory buffers for just
198 one of those.
199
200if V4L_MEM2MEM_DRIVERS
201
202config VIDEO_ALLEGRO_DVT
203 tristate "Allegro DVT Video IP Core"
204 depends on VIDEO_DEV && VIDEO_V4L2
205 depends on ARCH_ZYNQMP || COMPILE_TEST
206 select V4L2_MEM2MEM_DEV
207 select VIDEOBUF2_DMA_CONTIG
208 select REGMAP_MMIO
209 help
210 Support for the encoder video IP core by Allegro DVT. This core is
211 found for example on the Xilinx ZynqMP SoC in the EV family and is
212 called VCU in the reference manual.
213
214 To compile this driver as a module, choose M here: the module
215 will be called allegro.
216
202config VIDEO_CODA
203 tristate "Chips&Media Coda multi-standard codec IP"
204 depends on VIDEO_DEV && VIDEO_V4L2 && OF && (ARCH_MXC || COMPILE_TEST)
205 select SRAM
206 select VIDEOBUF2_DMA_CONTIG
207 select VIDEOBUF2_VMALLOC
208 select V4L2_JPEG_HELPER
209 select V4L2_MEM2MEM_DEV

--- 405 unchanged lines hidden ---
217config VIDEO_CODA
218 tristate "Chips&Media Coda multi-standard codec IP"
219 depends on VIDEO_DEV && VIDEO_V4L2 && OF && (ARCH_MXC || COMPILE_TEST)
220 select SRAM
221 select VIDEOBUF2_DMA_CONTIG
222 select VIDEOBUF2_VMALLOC
223 select V4L2_JPEG_HELPER
224 select V4L2_MEM2MEM_DEV

--- 405 unchanged lines hidden ---