1 # SPDX-License-Identifier: GPL-2.0-only
4 config VIDEO_STM32_DCMI
5 tristate "STM32 Digital Camera Memory Interface (DCMI) support"
6 depends on V4L_PLATFORM_DRIVERS
7 depends on VIDEO_DEV && OF
8 depends on ARCH_STM32 || COMPILE_TEST
9 select VIDEOBUF2_DMA_CONTIG
10 select MEDIA_CONTROLLER
13 This module makes the STM32 Digital Camera Memory Interface (DCMI)
14 available as a v4l2 device.
16 To compile this driver as a module, choose M here: the module
17 will be called stm32-dcmi.
19 config VIDEO_STM32_DCMIPP
20 tristate "STM32 Digital Camera Memory Interface Pixel Processor (DCMIPP) support"
21 depends on V4L_PLATFORM_DRIVERS
23 depends on ARCH_STM32 || COMPILE_TEST
24 select MEDIA_CONTROLLER
25 select VIDEOBUF2_DMA_CONTIG
26 select VIDEO_V4L2_SUBDEV_API
29 This module makes the STM32 Digital Camera Memory Interface
30 Pixel Processor (DCMIPP) available as a v4l2 device.
32 To compile this driver as a module, choose M here: the module
33 will be called stm32-dcmipp.
36 config VIDEO_STM32_DMA2D
37 tristate "STM32 Chrom-Art Accelerator (DMA2D)"
38 depends on V4L_MEM2MEM_DRIVERS
40 depends on ARCH_STM32 || COMPILE_TEST
41 select VIDEOBUF2_DMA_CONTIG
42 select V4L2_MEM2MEM_DEV
44 Enables DMA2D hardware support on stm32.
46 The STM32 DMA2D is a memory-to-memory engine for pixel conversion
47 and specialized DMA dedicated to image manipulation.