linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: cros_ec: allow building for ARM64
@ 2016-04-08 20:11 Brian Norris
  2016-04-11  8:48 ` Lee Jones
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Norris @ 2016-04-08 20:11 UTC (permalink / raw)
  To: Olof Johansson, Lee Jones
  Cc: linux-kernel, Brian Norris, Javier Martinez Canillas,
	Brian Norris

Signed-off-by: Brian Norris <briannorris@chromium.org>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.8.0.rc3.226.g39d4020

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-12 13:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 20:11 [PATCH] mfd: cros_ec: allow building for ARM64 Brian Norris
2016-04-11  8:48 ` Lee Jones
2016-04-11 16:42   ` Brian Norris
2016-04-11 17:15     ` Javier Martinez Canillas
2016-04-12  7:13       ` Lee Jones
2016-04-12 13:54         ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).