Add DMA driver for MAX32655 MCU Co-authored-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com> Signed-off-by: Jason Murphy <jason.murphy@analog.com>
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
# Copyright (c) 2023 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DMA_MAX32
|
|
bool "MAX32 MCU DMA driver"
|
|
default y
|
|
depends on DT_HAS_ADI_MAX32_DMA_ENABLED
|
|
help
|
|
Enable DMA support on the MAX32 family of processors.
|