zephyr/drivers/video/Kconfig.mcux_sdma
Daniel DeGrasse d2df15a0e9 drivers: video: video_mcux_smartdma: add SMARTDMA video driver
Add SMARTDMA video driver. This driver uses the SMARTDMA engine as a
parallel camera interface, which can read QVGA frames from a camera
device. Due to SRAM constraints, the video driver divides the camera
stream into multiple horizontal video buffers as it streams them back to
an application.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-10-15 04:10:50 -04:00

10 lines
237 B
Text

# NXP MCUX SDMA driver configuration options
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config VIDEO_MCUX_SDMA
bool "NXP MCUX Video SMARTDMA driver"
default y
select DMA
depends on DT_HAS_NXP_VIDEO_SMARTDMA_ENABLED