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>
10 lines
235 B
Plaintext
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.
|