diff options
author | 2018-05-04 15:01:47 +0200 | |
---|---|---|
committer | 2018-05-14 01:16:37 -0700 | |
commit | de6037fa207f3476a276da8233e5d32d59debe0e (patch) | |
tree | d7cf5795dbb369ce09d588ac69635a3378455227 | |
parent | Merge tag 'ux500-machine-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/soc (diff) | |
download | wireguard-linux-de6037fa207f3476a276da8233e5d32d59debe0e.tar.xz wireguard-linux-de6037fa207f3476a276da8233e5d32d59debe0e.zip |
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>
Diffstat (limited to '')
-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 |