mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 02:25:58 +00:00

The STM32 CSI controller is tightly coupled with the DCMIPP and act as an input stage to receive data coming from the sensor and transferring them into the DCMIPP. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
7 lines
282 B
Makefile
7 lines
282 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_VIDEO_STM32_CSI) += stm32-csi.o
|
|
obj-$(CONFIG_VIDEO_STM32_DCMI) += stm32-dcmi.o
|
|
obj-$(CONFIG_VIDEO_STM32_DCMIPP) += stm32-dcmipp/
|
|
stm32-dma2d-objs := dma2d/dma2d.o dma2d/dma2d-hw.o
|
|
obj-$(CONFIG_VIDEO_STM32_DMA2D) += stm32-dma2d.o
|