commit | ea62e2ccbb18e8adc51a6591682e7efa7818478a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Oct 11 16:00:04 2017 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Oct 12 19:33:55 2017 +0530 |
tree | 1fd1ff77d4524e87c495892c90a606419301c6b8 | |
parent | 38502f232eafa3d3a1072ead3678090e11bdbecb [diff] |
dmaengine: stm32_mdma: add CONFIG_OF dependency Without CONFIG_OF we get a build warning: warning: (STM32_MDMA) selects DMA_OF which has unmet direct dependencies (DMADEVICES && OF) This adds a dependency on CONFIG_OF. Since this means we no longer need to select 'DMA_OF', I'm dropping that line as well. Fixes: a4ffb13c8946 ("dmaengine: Add STM32 MDMA driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>