diff options
author | Pierre-Yves MORDRET <pierre-yves.mordret@st.com> | 2018-05-04 15:01:47 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-05-14 01:16:37 -0700 |
commit | de6037fa207f3476a276da8233e5d32d59debe0e (patch) | |
tree | d7cf5795dbb369ce09d588ac69635a3378455227 | |
parent | 001cd7a7afbfa2de8aaafadb667fa43ea3ca7deb (diff) | |
download | op-kernel-dev-de6037fa207f3476a276da8233e5d32d59debe0e.zip op-kernel-dev-de6037fa207f3476a276da8233e5d32d59debe0e.tar.gz |
ARM: stm32: Select DMA, DMAMUX and MDMA support on STM32MP157C
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>
-rw-r--r-- | arch/arm/mach-stm32/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |