| # DesignWare DMA configuration options | |
| # Copyright (c) 2018 Intel Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config DMA_DW | |
| bool "DesignWare DMA driver" | |
| default y | |
| depends on DT_HAS_SNPS_DESIGNWARE_DMA_ENABLED | |
| help | |
| DesignWare DMA driver. | |
| if DMA_DW | |
| source "drivers/dma/Kconfig.dw_common" | |
| endif # DMA_DW |