commit | 4dfc97918474a8cb034d3b5d4541b46c98e23474 | [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:41 2016 +0530 |
tree | 4b92f11c4e9e37f50b30f334fe2ddcdc04c0791e | |
parent | f43d9fbe0ba8a247dea8ab9d348e2b53c07efad3 [diff] |
dmaengine: moxart: 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> Signed-off-by: Vinod Koul <vinod.koul@intel.com>