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>
10 lines
237 B
Text
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
|