Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1682384 > unrolled thread

[PATCH v2 4/4] ARM: configs: stm32: Add MDMA support in STM32 defconfig

Started byPierre-Yves MORDRET <pierre-yves.mordret@st.com>
First post2017-07-06 14:30 +0200
Last post2017-07-06 14:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 4/4] ARM: configs: stm32: Add MDMA support in STM32 defconfig Pierre-Yves MORDRET <pierre-yves.mordret@st.com> - 2017-07-06 14:30 +0200

#1682384 — [PATCH v2 4/4] ARM: configs: stm32: Add MDMA support in STM32 defconfig

FromPierre-Yves MORDRET <pierre-yves.mordret@st.com>
Date2017-07-06 14:30 +0200
Subject[PATCH v2 4/4] ARM: configs: stm32: Add MDMA support in STM32 defconfig
Message-ID<u0e4V-4gf-17@gated-at.bofh.it>
This patch adds MDMA support in STM32 defconfig file

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
---
 Version history:
    v2:
        * Add MDMA support in STM32 defconfig
---
---
 arch/arm/configs/stm32_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index a097538..daa5c91 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -64,6 +64,7 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_STM32=y
 CONFIG_DMADEVICES=y
 CONFIG_STM32_DMA=y
+CONFIG_STM32_MDMA=y
 CONFIG_IIO=y
 CONFIG_STM32_ADC_CORE=y
 CONFIG_STM32_ADC=y
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web