1# DesignWare DMA configuration options
2
3# Copyright (c) 2018 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config DMA_DW
7	bool "DesignWare DMA driver"
8	default y
9	depends on DT_HAS_SNPS_DESIGNWARE_DMA_ENABLED
10	help
11	  DesignWare DMA driver.
12
13if DMA_DW
14
15source "drivers/dma/Kconfig.dw_common"
16
17endif # DMA_DW
18