commit | f43d9fbe0ba8a247dea8ab9d348e2b53c07efad3 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Tue Sep 20 10:32:47 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Sep 26 22:36:40 2016 +0530 |
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 <arnd@arndb.de> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>