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


Groups > linux.kernel > #1171767

[PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM

From Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Newsgroups linux.kernel
Subject [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM
Date 2015-06-25 02:30 +0200
Message-ID <pF3df-zY-1@gated-at.bofh.it> (permalink)
References <pF3df-zY-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <javier.martinez@collabora.co.uk>
---

 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/

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM Javier Martinez Canillas <javier.martinez@collabora.co.uk> - 2015-06-25 02:30 +0200
  Re: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM Lee Jones <lee.jones@linaro.org> - 2015-06-25 10:40 +0200
    Re: [PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM Javier Martinez Canillas <javier.martinez@collabora.co.uk> - 2015-06-25 10:50 +0200

csiph-web