zephyr/drivers/dma/Kconfig.wch
Paul Wedeck 1cfec8c19a drivers: dma_wch: add support for the WCH DMA controller
This patch adds an initial driver for the WCH DMA
controller. All hardware features and most interface
features are implemented.

Signed-off-by: Paul Wedeck <paulwedeck@gmail.com>
2025-03-10 21:32:27 +01:00

10 lines
235 B
Plaintext

# Copyright (c) 2024 Paul Wedeck <paulwedeck@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config DMA_WCH
bool "CH32V DMA driver"
default y
depends on DT_HAS_WCH_WCH_DMA_ENABLED
help
DMA driver for the WCH CH32V SoC family.