From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756176AbcDLHRr (ORCPT ); Tue, 12 Apr 2016 03:17:47 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:38323 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755962AbcDLHRq (ORCPT ); Tue, 12 Apr 2016 03:17:46 -0400 Date: Tue, 12 Apr 2016 08:17:37 +0100 From: Lee Jones To: Brian Norris Cc: Olof Johansson , linux-kernel@vger.kernel.org, Brian Norris , Javier Martinez Canillas Subject: Re: [PATCH v2] mfd: cros_ec: allow building for ARM64 Message-ID: <20160412071737.GE8094@x1> References: <1460395652-18111-1-git-send-email-briannorris@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1460395652-18111-1-git-send-email-briannorris@chromium.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Reviewed-by: Javier Martinez Canillas > --- > 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