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


Groups > linux.kernel > #1386235 > unrolled thread

Re: [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64

Started byLee Jones <lee.jones@linaro.org>
First post2016-04-25 13:00 +0200
Last post2016-04-25 13:00 +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

  Re: [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64 Lee Jones <lee.jones@linaro.org> - 2016-04-25 13:00 +0200

#1386235 — Re: [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64

FromLee Jones <lee.jones@linaro.org>
Date2016-04-25 13:00 +0200
SubjectRe: [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64
Message-ID<rrMpc-4ls-13@gated-at.bofh.it>
On Thu, 14 Apr 2016, Rhyland Klein wrote:

> The cros-ec driver should also be enabled for arm64 platforms as there
> are platforms, like the tegra210-smaug which make use of the ChromeOS
> Embedded Controller.
> 
> Signed-off-by: Rhyland Klein <rklein@nvidia.com>
> ---
>  drivers/mfd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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] | [standalone]


Back to top | Article view | linux.kernel


csiph-web