[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1460395652-18111-1-git-send-email-briannorris@chromium.org>
Date: Mon, 11 Apr 2016 10:27:32 -0700
From: Brian Norris <briannorris@...omium.org>
To: Olof Johansson <olof@...om.net>, Lee Jones <lee.jones@...aro.org>
Cc: <linux-kernel@...r.kernel.org>,
Brian Norris <computersforpeace@...il.com>,
Javier Martinez Canillas <javier@....samsung.com>,
Brian Norris <briannorris@...omium.org>
Subject: [PATCH v2] mfd: cros_ec: allow building for ARM64
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 <briannorris@...omium.org>
Reviewed-by: Javier Martinez Canillas <javier@....samsung.com>
---
v2:
* add Reviewed-by
* add short commit description
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
Powered by blists - more mailing lists