2013-06-05 20:26:44 +08:00
|
|
|
#
|
|
|
|
# DMA engine configuration for dw
|
|
|
|
#
|
|
|
|
|
2013-06-05 20:26:45 +08:00
|
|
|
config DW_DMAC_CORE
|
2015-04-22 14:54:13 +08:00
|
|
|
tristate
|
2013-06-05 20:26:44 +08:00
|
|
|
select DMA_ENGINE
|
2013-06-05 20:26:45 +08:00
|
|
|
|
|
|
|
config DW_DMAC
|
|
|
|
tristate "Synopsys DesignWare AHB DMA platform driver"
|
|
|
|
select DW_DMAC_CORE
|
2013-06-05 20:26:44 +08:00
|
|
|
help
|
|
|
|
Support the Synopsys DesignWare AHB DMA controller. This
|
2017-05-10 00:18:37 +08:00
|
|
|
can be integrated in chips such as the Intel Cherrytrail.
|
2013-06-05 20:26:44 +08:00
|
|
|
|
2013-06-05 20:26:46 +08:00
|
|
|
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
|
2016-12-15 18:43:30 +08:00
|
|
|
platforms that enumerate it as a PCI device. For example,
|
2013-06-05 20:26:46 +08:00
|
|
|
Intel Medfield has integrated this GPDMA controller.
|