zephyr/drivers/dma/Kconfig.max32
Jason Murphy 364af34de0 drivers: dma: Add MAX32655 DMA driver
Add DMA driver for MAX32655 MCU

Co-authored-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
Signed-off-by: Jason Murphy <jason.murphy@analog.com>
2024-08-06 17:16:35 -04:00

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.