Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / dma / dw / Kconfig
blob04b9728c1d269eec7bd952a89250dede8c487073
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         help
13           Support the Synopsys DesignWare AHB DMA controller. This
14           can be integrated in chips such as the Intel Cherrytrail.
16 config DW_DMAC_PCI
17         tristate "Synopsys DesignWare AHB DMA PCI driver"
18         depends on PCI
19         select DW_DMAC_CORE
20         help
21           Support the Synopsys DesignWare AHB DMA controller on the
22           platforms that enumerate it as a PCI device. For example,
23           Intel Medfield has integrated this GPDMA controller.