Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751694AbbFYIjO (ORCPT ); Thu, 25 Jun 2015 04:39:14 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:36028 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752103AbbFYIi6 (ORCPT ); Thu, 25 Jun 2015 04:38:58 -0400 Date: Thu, 25 Jun 2015 09:38:54 +0100 From: Lee Jones To: Javier Martinez Canillas Cc: linux-samsung-soc@vger.kernel.org, Heiko Stuebner , Paul Gortmaker , Gwendal Grignou , Doug Anderson , linux-kernel@vger.kernel.org, Samuel Ortiz , Olof Johansson Subject: Re: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM Message-ID: <20150625083854.GV15013@x1> References: <1435191645-6022-1-git-send-email-javier.martinez@collabora.co.uk> <1435191645-6022-3-git-send-email-javier.martinez@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1435191645-6022-3-git-send-email-javier.martinez@collabora.co.uk> 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 Content-Length: 1463 Lines: 42 On Thu, 25 Jun 2015, Javier Martinez Canillas wrote: > A dependency on X86 || ARM for MFD_CROS_EC was added to fix the warning: > > (MFD_CROS_EC) selects CHROME_PLATFORMS which has unmet direct dependencies (X86 || ARM) > > This happened because CHROME_PLATFORMS had a dependency on X86 || ARM but > that dependency was removed since there isn't a reason why the option can > not be selected on other architectures. So now the above warning will not > happen and the MFD_CROS_EC dependency can be removed since is not needed. > > Signed-off-by: Javier Martinez Canillas > --- > > drivers/mfd/Kconfig | 1 - > 1 file changed, 1 deletion(-) Applied for v4.3, thanks. > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index d3235e6f1953..653815950aa2 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -94,7 +94,6 @@ config MFD_AXP20X > > config MFD_CROS_EC > tristate "ChromeOS Embedded Controller" > - depends on X86 || ARM > select MFD_CORE > select CHROME_PLATFORMS > select CROS_EC_PROTO -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/