[PATCH] ARM: stm32: Select DMA, DMAMUX and MDMA support on STM32MP157C

Alexandre Torgue alexandre.torgue at st.com
Fri May 4 06:01:47 PDT 2018


From: Pierre-Yves MORDRET <pierre-yves.mordret at st.com>

This patch select DMA, DMAMUX and MDMA support for STM32MP157C machine.

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret at st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue at st.com>

---

Hi Arnd, Kevin and Olof,

I merged several patchs in one so I just have this patch for STM32 SoC update,
so please consider it as my STM32 SOC pull request for v4.18.

Thanks

Alex


diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 713c068..82a93b8 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -46,6 +46,9 @@ if ARCH_MULTI_V7
 
 config MACH_STM32MP157
 	bool "STMicroelectronics STM32MP157"
+	select STM32_DMA
+	select STM32_DMAMUX
+	select STM32_MDMA
 	default y
 
 endif # ARMv7-A
-- 
2.7.4




More information about the linux-arm-kernel mailing list