dmaengine: moxart: fix kconfig unmet direct dependencies
authorVinod Koul <vinod.koul@intel.com>
Tue, 20 Sep 2016 05:02:47 +0000 (10:32 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 26 Sep 2016 17:06:41 +0000 (22:36 +0530)
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 <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig

index fe8ed06..b27a263 100644 (file)
@@ -315,7 +315,6 @@ config MOXART_DMA
        tristate "MOXART DMA support"
        depends on ARCH_MOXART
        select DMA_ENGINE
-       select DMA_OF
        select DMA_VIRTUAL_CHANNELS
        help
          Enable support for the MOXA ART SoC DMA controller.