aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2017-07-04 10:05:10 +0530
committerVinod Koul <vinod.koul@intel.com>2017-07-04 10:05:10 +0530
commit98cd085ebb20acd3cb6304cd5bf4ef805efbbb87 (patch)
treee0fab0594c549677b6d0b912db5f9eac183b4240 /drivers/dma/Kconfig
parentMerge branch 'topic/mxs' into for-linus (diff)
parentdmaengine: pl08x: use GENMASK() to create bitmasks (diff)
downloadlinux-dev-98cd085ebb20acd3cb6304cd5bf4ef805efbbb87.tar.xz
linux-dev-98cd085ebb20acd3cb6304cd5bf4ef805efbbb87.zip
Merge branch 'topic/pl08x' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index c022cc68b025..fa8f9c07ce73 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -62,8 +62,10 @@ config AMBA_PL08X
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help
- Platform has a PL08x DMAC device
- which can provide DMA engine support
+ Say yes if your platform has a PL08x DMAC device which can
+ provide DMA engine support. This includes the original ARM
+ PL080 and PL081, Samsungs PL080 derivative and Faraday
+ Technology's FTDMAC020 PL080 derivative.
config AMCC_PPC440SPE_ADMA
tristate "AMCC PPC440SPe ADMA support"