Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753638AbbFYAWW (ORCPT ); Wed, 24 Jun 2015 20:22:22 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:43997 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754460AbbFYAVk (ORCPT ); Wed, 24 Jun 2015 20:21:40 -0400 From: Javier Martinez Canillas To: Lee Jones Cc: linux-samsung-soc@vger.kernel.org, Heiko Stuebner , Paul Gortmaker , Gwendal Grignou , Doug Anderson , linux-kernel@vger.kernel.org, Samuel Ortiz , Olof Johansson , Javier Martinez Canillas Subject: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM Date: Thu, 25 Jun 2015 02:20:43 +0200 Message-Id: <1435191645-6022-3-git-send-email-javier.martinez@collabora.co.uk> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1435191645-6022-1-git-send-email-javier.martinez@collabora.co.uk> References: <1435191645-6022-1-git-send-email-javier.martinez@collabora.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 35 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(-) 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 -- 2.1.4 -- 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/