diff options
author | Pierre-Yves MORDRET <pierre-yves.mordret@st.com> | 2018-05-04 16:01:47 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-05-14 11:16:37 +0300 |
commit | de6037fa207f3476a276da8233e5d32d59debe0e (patch) | |
tree | d7cf5795dbb369ce09d588ac69635a3378455227 | |
parent | 001cd7a7afbfa2de8aaafadb667fa43ea3ca7deb (diff) | |
download | linux-de6037fa207f3476a276da8233e5d32d59debe0e.tar.xz |
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 713c068b953f..82a93b8d9ae6 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 |