diff options
-rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 7344662..303940b 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -495,8 +495,8 @@ config STM32_DMAMUX config STM32_MDMA bool "STMicroelectronics STM32 master dma support" depends on ARCH_STM32 || COMPILE_TEST + depends on OF select DMA_ENGINE - select DMA_OF select DMA_VIRTUAL_CHANNELS help Enable support for the on-chip MDMA controller on STMicroelectronics |