Commit de6037fa authored by Pierre-Yves MORDRET's avatar Pierre-Yves MORDRET Committed by Olof Johansson

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

This patch select DMA, DMAMUX and MDMA support for STM32MP157C machine.
Signed-off-by: default avatarPierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 001cd7a7
...@@ -46,6 +46,9 @@ if ARCH_MULTI_V7 ...@@ -46,6 +46,9 @@ if ARCH_MULTI_V7
config MACH_STM32MP157 config MACH_STM32MP157
bool "STMicroelectronics STM32MP157" bool "STMicroelectronics STM32MP157"
select STM32_DMA
select STM32_DMAMUX
select STM32_MDMA
default y default y
endif # ARMv7-A endif # ARMv7-A
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment