Revision 3430284feab3caacf94984400c6e84d0858de880 authored by stephen hemminger on 05 April 2016, 20:43:53 UTC, committed by David S. Miller on 08 April 2016, 20:32:52 UTC
I moderate these (lightly loaded) lists to block spam.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 016adb7
Raw File
Kconfig
#
# DMA engine configuration for dw
#

config DW_DMAC_CORE
	tristate
	select DMA_ENGINE

config DW_DMAC_BIG_ENDIAN_IO
	bool

config DW_DMAC
	tristate "Synopsys DesignWare AHB DMA platform driver"
	select DW_DMAC_CORE
	select DW_DMAC_BIG_ENDIAN_IO if AVR32
	default y if CPU_AT32AP7000
	help
	  Support the Synopsys DesignWare AHB DMA controller. This
	  can be integrated in chips such as the Atmel AT32ap7000.

config DW_DMAC_PCI
	tristate "Synopsys DesignWare AHB DMA PCI driver"
	depends on PCI
	select DW_DMAC_CORE
	help
	  Support the Synopsys DesignWare AHB DMA controller on the
	  platfroms that enumerate it as a PCI device. For example,
	  Intel Medfield has integrated this GPDMA controller.
back to top