aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Yves MORDRET <[email protected]>2017-09-22 09:31:00 +0200
committerAlexandre Torgue <[email protected]>2017-10-05 16:35:59 +0200
commit70168a8d8bfe77b08beba91c742ed5b1d03452d8 (patch)
treeeda022c9799adacf40ec5382ec0c85cb0551a131
parent288ef0cd2e80e721113d65259cee51129f50f664 (diff)
ARM: configs: stm32: Add DMAMUX support in STM32 defconfig
This patch adds DMAMUX support in STM32 defconfig file Signed-off-by: M'boumba Cedric Madianga <[email protected]> Signed-off-by: Pierre-Yves MORDRET <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
-rw-r--r--arch/arm/configs/stm32_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index 3ed3158111b8..3a5361c18863 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -65,6 +65,7 @@ CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_STM32=y
CONFIG_DMADEVICES=y
CONFIG_STM32_DMA=y
+CONFIG_STM32_DMAMUX=y
CONFIG_IIO=y
CONFIG_STM32_ADC_CORE=y
CONFIG_STM32_ADC=y