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


Groups > linux.kernel > #1242527 > unrolled thread

[PATCH 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig

Started byM'boumba Cedric Madianga <cedric.madianga@gmail.com>
First post2015-10-08 17:30 +0200
Last post2015-10-12 22:20 +0200
Articles 2 — 2 participants

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 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2015-10-08 17:30 +0200
    Re: [PATCH 4/4] ARM: configs: Add STM32 DMA support in STM32  defconfig Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-12 22:20 +0200

#1242527 — [PATCH 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig

FromM'boumba Cedric Madianga <cedric.madianga@gmail.com>
Date2015-10-08 17:30 +0200
Subject[PATCH 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig
Message-ID<qhliO-7tw-29@gated-at.bofh.it>
This patch adds STM32 DMA support in stm32_defconfig file

Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
---
 arch/arm/configs/stm32_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index 4725fab..ec52505 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -54,6 +54,8 @@ CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_DMADEVICES=y
+CONFIG_STM32_DMA=y
 # CONFIG_FILE_LOCKING is not set
 # CONFIG_DNOTIFY is not set
 # CONFIG_INOTIFY_USER is not set
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1245100 — Re: [PATCH 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig

FromMaxime Coquelin <mcoquelin.stm32@gmail.com>
Date2015-10-12 22:20 +0200
SubjectRe: [PATCH 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig
Message-ID<qiRJE-1cM-7@gated-at.bofh.it>
In reply to#1242527

On 10/08/2015 05:20 PM, M'boumba Cedric Madianga wrote:
> This patch adds STM32 DMA support in stm32_defconfig file
>
> Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
> ---
>   arch/arm/configs/stm32_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
>
Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>

I will apply it to my tree as soon as the driver is accepted.

Thanks,
Maxime
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web