diff options
author | Vinod Koul <[email protected]> | 2016-09-20 10:32:47 +0530 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2016-09-26 22:36:40 +0530 |
commit | f43d9fbe0ba8a247dea8ab9d348e2b53c07efad3 (patch) | |
tree | a127607521aeb5e735e9af90ada11a91399db101 | |
parent | 854d4bd25b05ce1d9583b9b072c10070059d7944 (diff) |
dmaengine: sun4i: fix kconfig unmet direct dependencies
We have unmet direct dependencies as DMA_SUN4I selects DMA_OF so remove the
selection
warning: (DMA_SUN4I && MOXART_DMA && STM32_DMA) selects DMA_OF which has
unmet direct dependencies (DMADEVICES && OF)
Suggested-by: Arnd Bergmann <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
-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 674e6859086b..fe8ed06331b3 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -150,7 +150,6 @@ config DMA_SUN4I depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I default (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I) select DMA_ENGINE - select DMA_OF select DMA_VIRTUAL_CHANNELS help Enable support for the DMA controller present in the sun4i, |