diff mbox

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

Message ID 1525438907-17190-1-git-send-email-alexandre.torgue@st.com (mailing list archive)
State New, archived
Headers show

Commit Message

Alexandre TORGUE May 4, 2018, 1:01 p.m. UTC
From: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>

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

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@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

Comments

Olof Johansson May 14, 2018, 8:16 a.m. UTC | #1
On Fri, May 04, 2018 at 03:01:47PM +0200, Alexandre Torgue wrote:
> From: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
> 
> This patch select DMA, DMAMUX and MDMA support for STM32MP157C machine.
> 
> Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@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.

Merged, thanks!


-Olof
diff mbox

Patch

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