Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754555AbcDYKu7 (ORCPT ); Mon, 25 Apr 2016 06:50:59 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:36887 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754469AbcDYKu4 (ORCPT ); Mon, 25 Apr 2016 06:50:56 -0400 Date: Mon, 25 Apr 2016 11:50:56 +0100 From: Lee Jones To: Rhyland Klein Cc: Simon Glass , Andrew Bresticker , linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64 Message-ID: <20160425105056.GD20365@dell> References: <1460662671-13221-1-git-send-email-rklein@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1460662671-13221-1-git-send-email-rklein@nvidia.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 32 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 > --- > 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