diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-11-14 08:12:36 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-11-14 08:13:58 +0300 |
commit | 6d066389d598b3c3818c3c841179c2f95bbfe702 (patch) | |
tree | c05c7f4d06f2c197e9e15b66fca3cba382791005 /drivers/dma/Kconfig | |
parent | 184e13969fe68e57f863be7b6daf202f2cc18818 (diff) | |
download | linux-6d066389d598b3c3818c3c841179c2f95bbfe702.tar.xz |
dmaengine: st_fdma: Revert: Update st_fdma to 'depends on REMOTEPROC'
This reverts commit 184e13969fe68e57f863be7b6daf202f2cc18818 ("dmaengine:
st_fdma: Update st_fdma to 'depends on REMOTEPROC'") due to objection from
Bjorn.
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, 0 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 6b9671066aef..661f21791fee 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -438,7 +438,6 @@ 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 |