OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
dma
/
dw
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
644 bytes
06/16/2023 05:32:39 PM
rw-r--r--
📄
Makefile
243 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Kconfig
Close
# # DMA engine configuration for dw # config DW_DMAC_CORE tristate select DMA_ENGINE config DW_DMAC tristate "Synopsys DesignWare AHB DMA platform driver" depends on HAS_IOMEM select DW_DMAC_CORE help Support the Synopsys DesignWare AHB DMA controller. This can be integrated in chips such as the Intel Cherrytrail. config DW_DMAC_PCI tristate "Synopsys DesignWare AHB DMA PCI driver" depends on PCI depends on HAS_IOMEM select DW_DMAC_CORE help Support the Synopsys DesignWare AHB DMA controller on the platforms that enumerate it as a PCI device. For example, Intel Medfield has integrated this GPDMA controller.