Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728184
| From | Pierre-Yves MORDRET <pierre-yves.mordret@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 4/4] ARM: configs: stm32: Add MDMA support in STM32 defconfig |
| Date | 2017-09-07 14:00 +0200 |
| Message-ID | <un3Ds-7Vp-15@gated-at.bofh.it> (permalink) |
| References | <un3Dr-7Vp-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds MDMA support in STM32 defconfig file
Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
---
Version history:
v4:
v3:
* None
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 90e5c46..988f395 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -67,6 +67,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
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/4] Add STM32 DMAMUX support Pierre-Yves MORDRET <pierre-yves.mordret@st.com> - 2017-09-07 14:00 +0200 [PATCH v4 2/4] dmaengine: Add STM32 DMAMUX driver Pierre-Yves MORDRET <pierre-yves.mordret@st.com> - 2017-09-07 14:00 +0200 [PATCH v4 1/4] dt-bindings: Document the STM32 DMAMUX bindings Pierre-Yves MORDRET <pierre-yves.mordret@st.com> - 2017-09-07 14:00 +0200 [PATCH v4 4/4] ARM: configs: stm32: Add MDMA support in STM32 defconfig Pierre-Yves MORDRET <pierre-yves.mordret@st.com> - 2017-09-07 14:00 +0200 [PATCH v4 3/4] dt-bindings: stm32-dma: add a property to handle STM32 DMAMUX Pierre-Yves MORDRET <pierre-yves.mordret@st.com> - 2017-09-07 14:00 +0200
csiph-web