GNU Linux-libre 4.19.304-gnu1
[releases.git] / drivers / dma / dw / Kconfig
1 #
2 # DMA engine configuration for dw
3 #
4
5 config DW_DMAC_CORE
6         tristate
7         select DMA_ENGINE
8
9 config DW_DMAC
10         tristate "Synopsys DesignWare AHB DMA platform driver"
11         depends on HAS_IOMEM
12         select DW_DMAC_CORE
13         help
14           Support the Synopsys DesignWare AHB DMA controller. This
15           can be integrated in chips such as the Intel Cherrytrail.
16
17 config DW_DMAC_PCI
18         tristate "Synopsys DesignWare AHB DMA PCI driver"
19         depends on PCI
20         depends on HAS_IOMEM
21         select DW_DMAC_CORE
22         help
23           Support the Synopsys DesignWare AHB DMA controller on the
24           platforms that enumerate it as a PCI device. For example,
25           Intel Medfield has integrated this GPDMA controller.