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


Groups > linux.kernel > #1376174 > unrolled thread

[PATCH v2] mfd: cros_ec: allow building for ARM64

Started byBrian Norris <briannorris@chromium.org>
First post2016-04-11 19:30 +0200
Last post2016-04-12 09:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] mfd: cros_ec: allow building for ARM64 Brian Norris <briannorris@chromium.org> - 2016-04-11 19:30 +0200
    Re: [PATCH v2] mfd: cros_ec: allow building for ARM64 Lee Jones <lee.jones@linaro.org> - 2016-04-12 09:20 +0200

#1376174 — [PATCH v2] mfd: cros_ec: allow building for ARM64

FromBrian Norris <briannorris@chromium.org>
Date2016-04-11 19:30 +0200
Subject[PATCH v2] mfd: cros_ec: allow building for ARM64
Message-ID<rmNOX-11s-31@gated-at.bofh.it>
There are platforms using the ChromeOS embeded controller on ARM64 now,
so let's allow using this driver (without having to use COMPILE_TEST).

Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
---
v2:
 * add Reviewed-by
 * add short commit description

 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index eea61e349e26..1d63c5fb3f3c 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -134,7 +134,7 @@ config MFD_CROS_EC
 	select MFD_CORE
 	select CHROME_PLATFORMS
 	select CROS_EC_PROTO
-	depends on X86 || ARM || COMPILE_TEST
+	depends on X86 || ARM || ARM64 || COMPILE_TEST
 	help
 	  If you say Y here you get support for the ChromeOS Embedded
 	  Controller (EC) providing keyboard, battery and power services.
-- 
2.8.0.rc3.226.g39d4020

[toc] | [next] | [standalone]


#1376522

FromLee Jones <lee.jones@linaro.org>
Date2016-04-12 09:20 +0200
Message-ID<rn0M9-3h8-11@gated-at.bofh.it>
In reply to#1376174
On Mon, 11 Apr 2016, Brian Norris wrote:

> There are platforms using the ChromeOS embeded controller on ARM64 now,
> so let's allow using this driver (without having to use COMPILE_TEST).
> 
> Signed-off-by: Brian Norris <briannorris@chromium.org>
> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
> ---
> v2:
>  * add Reviewed-by
>  * add short commit description
> 
>  drivers/mfd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Fixed the subject line and applied, thanks.

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index eea61e349e26..1d63c5fb3f3c 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -134,7 +134,7 @@ config MFD_CROS_EC
>  	select MFD_CORE
>  	select CHROME_PLATFORMS
>  	select CROS_EC_PROTO
> -	depends on X86 || ARM || COMPILE_TEST
> +	depends on X86 || ARM || ARM64 || COMPILE_TEST
>  	help
>  	  If you say Y here you get support for the ChromeOS Embedded
>  	  Controller (EC) providing keyboard, battery and power services.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web