blob: db2b41fab626f85a46078e5f83533815597d7a4f [file] [log] [blame]
Andy Shevchenko61a76492013-06-05 15:26:44 +03001#
2# DMA engine configuration for dw
3#
4
Andy Shevchenko9cade1a2013-06-05 15:26:45 +03005config DW_DMAC_CORE
Andy Shevchenko61a76492013-06-05 15:26:44 +03006 tristate "Synopsys DesignWare AHB DMA support"
7 depends on GENERIC_HARDIRQS
8 select DMA_ENGINE
Andy Shevchenko9cade1a2013-06-05 15:26:45 +03009
10config DW_DMAC
11 tristate "Synopsys DesignWare AHB DMA platform driver"
12 select DW_DMAC_CORE
Andy Shevchenko61a76492013-06-05 15:26:44 +030013 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
Andy Shevchenkofed42c12013-06-05 15:26:46 +030018config 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
Andy Shevchenko61a76492013-06-05 15:26:44 +030027config DW_DMAC_BIG_ENDIAN_IO
28 bool "Use big endian I/O register access"
29 default y if AVR32
Andy Shevchenko9cade1a2013-06-05 15:26:45 +030030 depends on DW_DMAC_CORE
Andy Shevchenko61a76492013-06-05 15:26:44 +030031 help
32 Say yes here to use big endian I/O access when reading and writing
33 to the DMA controller registers. This is needed on some platforms,
34 like the Atmel AVR32 architecture.
35
36 If unsure, use the default setting.