| Andy Shevchenko | 61a7649 | 2013-06-05 15:26:44 +0300 | [diff] [blame] | 1 | # | 
 | 2 | # DMA engine configuration for dw | 
 | 3 | # | 
 | 4 |  | 
| Andy Shevchenko | 9cade1a | 2013-06-05 15:26:45 +0300 | [diff] [blame] | 5 | config DW_DMAC_CORE | 
| Andy Shevchenko | 61a7649 | 2013-06-05 15:26:44 +0300 | [diff] [blame] | 6 | 	tristate "Synopsys DesignWare AHB DMA support" | 
 | 7 | 	depends on GENERIC_HARDIRQS | 
 | 8 | 	select DMA_ENGINE | 
| Andy Shevchenko | 9cade1a | 2013-06-05 15:26:45 +0300 | [diff] [blame] | 9 |  | 
 | 10 | config DW_DMAC | 
 | 11 | 	tristate "Synopsys DesignWare AHB DMA platform driver" | 
 | 12 | 	select DW_DMAC_CORE | 
| Vinod Koul | e368b51 | 2013-06-12 13:39:57 +0530 | [diff] [blame] | 13 | 	select DW_DMAC_BIG_ENDIAN_IO if AVR32 | 
| Andy Shevchenko | 61a7649 | 2013-06-05 15:26:44 +0300 | [diff] [blame] | 14 | 	default y if CPU_AT32AP7000 | 
 | 15 | 	help | 
 | 16 | 	  Support the Synopsys DesignWare AHB DMA controller. This | 
 | 17 | 	  can be integrated in chips such as the Atmel AT32ap7000. | 
 | 18 |  | 
| Andy Shevchenko | fed42c1 | 2013-06-05 15:26:46 +0300 | [diff] [blame] | 19 | config DW_DMAC_PCI | 
 | 20 | 	tristate "Synopsys DesignWare AHB DMA PCI driver" | 
 | 21 | 	depends on PCI | 
 | 22 | 	select DW_DMAC_CORE | 
 | 23 | 	help | 
 | 24 | 	  Support the Synopsys DesignWare AHB DMA controller on the | 
 | 25 | 	  platfroms that enumerate it as a PCI device. For example, | 
 | 26 | 	  Intel Medfield has integrated this GPDMA controller. | 
 | 27 |  | 
| Andy Shevchenko | 61a7649 | 2013-06-05 15:26:44 +0300 | [diff] [blame] | 28 | config DW_DMAC_BIG_ENDIAN_IO | 
| Vinod Koul | e368b51 | 2013-06-12 13:39:57 +0530 | [diff] [blame] | 29 | 	bool |