diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-11-17 15:23:01 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-11-17 15:24:27 +0530 |
commit | 3d6b3715fb5d4b7321a9ebd664991be2ed8f5f7b (patch) | |
tree | 3bfc8912b0dac71f94897f94b5557789b2ad571a /drivers/dma/Kconfig | |
parent | 6d066389d598b3c3818c3c841179c2f95bbfe702 (diff) | |
download | linux-3d6b3715fb5d4b7321a9ebd664991be2ed8f5f7b.tar.gz linux-3d6b3715fb5d4b7321a9ebd664991be2ed8f5f7b.tar.bz2 linux-3d6b3715fb5d4b7321a9ebd664991be2ed8f5f7b.zip |
dmaengine: st_fdma: Revert: "Revert: Update st_fdma to 'depends on REMOTEPROC'"
This reverts commit 6d066389d598b3c3818c3c841179c2f95bbfe702 "(dmaengine:
st_fdma: Revert: Update st_fdma to 'depends on REMOTEPROC')" as the commit
it reverted was fine.
Reported-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 661f21791fee..6b9671066aef 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -438,6 +438,7 @@ config STE_DMA40 config ST_FDMA tristate "ST FDMA dmaengine support" depends on ARCH_STI + depends on REMOTEPROC select ST_SLIM_REMOTEPROC select DMA_ENGINE select DMA_VIRTUAL_CHANNELS |