Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sameer Pujar and committed by
Vinod Koul
3145d73e 7144afd0

+1 -1
+1 -1
drivers/dma/Kconfig
··· 584 584 585 585 config TEGRA210_ADMA 586 586 tristate "NVIDIA Tegra210 ADMA support" 587 - depends on (ARCH_TEGRA_210_SOC || COMPILE_TEST) && PM_CLK 587 + depends on (ARCH_TEGRA_210_SOC || COMPILE_TEST) 588 588 select DMA_ENGINE 589 589 select DMA_VIRTUAL_CHANNELS 590 590 help