diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-07-04 06:35:10 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-07-04 06:35:10 +0200 |
commit | 98cd085ebb20acd3cb6304cd5bf4ef805efbbb87 (patch) | |
tree | e0fab0594c549677b6d0b912db5f9eac183b4240 /drivers/dma/Kconfig | |
parent | Merge branch 'topic/mxs' into for-linus (diff) | |
parent | dmaengine: pl08x: use GENMASK() to create bitmasks (diff) | |
download | linux-98cd085ebb20acd3cb6304cd5bf4ef805efbbb87.tar.xz linux-98cd085ebb20acd3cb6304cd5bf4ef805efbbb87.zip |
Merge branch 'topic/pl08x' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 6 |
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" |