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


Groups > linux.kernel > #1387497 > unrolled thread

[PATCH] ARM: at91/defconfig: add the HDMA controller to sama5_defconfig

Started byNicolas Ferre <nicolas.ferre@atmel.com>
First post2016-04-26 15:50 +0200
Last post2016-04-27 10:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: at91/defconfig: add the HDMA controller to sama5_defconfig Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-04-26 15:50 +0200
    Re: [PATCH] ARM: at91/defconfig: add the HDMA controller to  sama5_defconfig Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-04-27 10:10 +0200

#1387497 — [PATCH] ARM: at91/defconfig: add the HDMA controller to sama5_defconfig

FromNicolas Ferre <nicolas.ferre@atmel.com>
Date2016-04-26 15:50 +0200
Subject[PATCH] ARM: at91/defconfig: add the HDMA controller to sama5_defconfig
Message-ID<rsbxh-eJ-39@gated-at.bofh.it>
Selection of the HDMAC option is now needed to allow some sama5 devices
to have the DMA driver compiled.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/configs/sama5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index afbda413d61a..e002b3bba5b4 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -183,6 +183,7 @@ CONFIG_LEDS_TRIGGER_GPIO=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_AT91RM9200=y
 CONFIG_DMADEVICES=y
+CONFIG_AT_HDMAC=y
 CONFIG_AT_XDMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_IIO=y
-- 
2.1.3

[toc] | [next] | [standalone]


#1388761 — Re: [PATCH] ARM: at91/defconfig: add the HDMA controller to sama5_defconfig

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2016-04-27 10:10 +0200
SubjectRe: [PATCH] ARM: at91/defconfig: add the HDMA controller to sama5_defconfig
Message-ID<rssHM-6hy-5@gated-at.bofh.it>
In reply to#1387497
On 26/04/2016 at 15:47:11 +0200, Nicolas Ferre wrote :
> Selection of the HDMAC option is now needed to allow some sama5 devices
> to have the DMA driver compiled.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

> ---
>  arch/arm/configs/sama5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
> index afbda413d61a..e002b3bba5b4 100644
> --- a/arch/arm/configs/sama5_defconfig
> +++ b/arch/arm/configs/sama5_defconfig
> @@ -183,6 +183,7 @@ CONFIG_LEDS_TRIGGER_GPIO=y
>  CONFIG_RTC_CLASS=y
>  CONFIG_RTC_DRV_AT91RM9200=y
>  CONFIG_DMADEVICES=y
> +CONFIG_AT_HDMAC=y
>  CONFIG_AT_XDMAC=y
>  # CONFIG_IOMMU_SUPPORT is not set
>  CONFIG_IIO=y
> -- 
> 2.1.3
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web