# SPDX-License-Identifier: GPL-2.0 # # DMA engine configuration for dw # config [31mCONFIG_DW_DMAC_CORE[0m tristate select [31mCONFIG_DMA_ENGINE[0m config [31mCONFIG_DW_DMAC[0m tristate "Synopsys DesignWare AHB DMA platform driver" select [31mCONFIG_DW_DMAC_CORE[0m help Support the Synopsys DesignWare AHB DMA controller. This can be integrated in chips such as the Intel Cherrytrail. config [31mCONFIG_DW_DMAC_PCI[0m tristate "Synopsys DesignWare AHB DMA PCI driver" depends on [31mCONFIG_PCI[0m select [31mCONFIG_DW_DMAC_CORE[0m help Support the Synopsys DesignWare AHB DMA controller on the platforms that enumerate it as a [31mCONFIG_PCI[0m device. For example, Intel Medfield has integrated this GPDMA controller. |