Linux 4.2.1
[linux/fpc-iii.git] / drivers / dma / dw / Kconfig
blob36e02f0f645e33382412a4d6718ef43ce8f12d13
2 # DMA engine configuration for dw
5 config DW_DMAC_CORE
6         tristate
7         select DMA_ENGINE
9 config DW_DMAC
10         tristate "Synopsys DesignWare AHB DMA platform driver"
11         select DW_DMAC_CORE
12         select DW_DMAC_BIG_ENDIAN_IO if AVR32
13         default y if CPU_AT32AP7000
14         help
15           Support the Synopsys DesignWare AHB DMA controller. This
16           can be integrated in chips such as the Atmel AT32ap7000.
18 config DW_DMAC_PCI
19         tristate "Synopsys DesignWare AHB DMA PCI driver"
20         depends on PCI
21         select DW_DMAC_CORE
22         help
23           Support the Synopsys DesignWare AHB DMA controller on the
24           platfroms that enumerate it as a PCI device. For example,
25           Intel Medfield has integrated this GPDMA controller.
27 config DW_DMAC_BIG_ENDIAN_IO
28         bool