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