Skip to content

Commit

Permalink
ARM: stm32: Select DMA, DMAMUX and MDMA support on STM32MP157C
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Pierre-Yves MORDRET authored and Olof Johansson committed May 14, 2018
1 parent 001cd7a commit de6037f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-stm32/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de6037f

Please sign in to comment.