summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorSameer Pujar2019-06-20 17:54:19 +0200
committerVinod Koul2019-07-05 08:30:47 +0200
commit3145d73e69ba0ab58cb302d3e6a80232bf373b7e (patch)
treea9d5bce6b1aa56cdd157b1e28c14f5043526a028 /drivers/dma
parentdmaengine: fsl-edma: add i.mx7ulp edma2 version support (diff)
downloadkernel-qcow2-linux-3145d73e69ba0ab58cb302d3e6a80232bf373b7e.tar.gz
kernel-qcow2-linux-3145d73e69ba0ab58cb302d3e6a80232bf373b7e.tar.xz
kernel-qcow2-linux-3145d73e69ba0ab58cb302d3e6a80232bf373b7e.zip
dmaengine: tegra210-adma: remove PM_CLK dependency
Tegra ADMA does not use pm-clk interface now and hence the dependency is removed from Kconfig. Signed-off-by: Sameer Pujar <spujar@nvidia.com> Acked-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index b1d109d62c15..71fe800ef662 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -584,7 +584,7 @@ config TEGRA20_APB_DMA
config TEGRA210_ADMA
tristate "NVIDIA Tegra210 ADMA support"
- depends on (ARCH_TEGRA_210_SOC || COMPILE_TEST) && PM_CLK
+ depends on (ARCH_TEGRA_210_SOC || COMPILE_TEST)
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help