Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 # V4L drivers
0004 config VIDEO_STM32_DCMI
0005         tristate "STM32 Digital Camera Memory Interface (DCMI) support"
0006         depends on V4L_PLATFORM_DRIVERS
0007         depends on VIDEO_DEV && OF
0008         depends on ARCH_STM32 || COMPILE_TEST
0009         select VIDEOBUF2_DMA_CONTIG
0010         select MEDIA_CONTROLLER
0011         select V4L2_FWNODE
0012         help
0013           This module makes the STM32 Digital Camera Memory Interface (DCMI)
0014           available as a v4l2 device.
0015 
0016           To compile this driver as a module, choose M here: the module
0017           will be called stm32-dcmi.
0018 
0019 # Mem2mem drivers
0020 config VIDEO_STM32_DMA2D
0021         tristate "STM32 Chrom-Art Accelerator (DMA2D)"
0022         depends on V4L_MEM2MEM_DRIVERS
0023         depends on VIDEO_DEV
0024         depends on ARCH_STM32 || COMPILE_TEST
0025         select VIDEOBUF2_DMA_CONTIG
0026         select V4L2_MEM2MEM_DEV
0027         help
0028           Enables DMA2D hardware support on stm32.
0029 
0030           The STM32 DMA2D is a memory-to-memory engine for pixel conversion
0031           and specialized DMA dedicated to image manipulation.