Merge branch 'topic/sh' into for-linus
[linux-2.6-block.git] / drivers / dma / dw / Kconfig
CommitLineData
61a76496
AS
1#
2# DMA engine configuration for dw
3#
4
9cade1a4 5config DW_DMAC_CORE
61a76496 6 tristate "Synopsys DesignWare AHB DMA support"
61a76496 7 select DMA_ENGINE
9cade1a4
AS
8
9config DW_DMAC
10 tristate "Synopsys DesignWare AHB DMA platform driver"
11 select DW_DMAC_CORE
e368b510 12 select DW_DMAC_BIG_ENDIAN_IO if AVR32
61a76496
AS
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.
17
fed42c19
AS
18config 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.
26
61a76496 27config DW_DMAC_BIG_ENDIAN_IO
e368b510 28 bool