From 8fedd9d57809a5e9dc638a7b292f761c975d5bdd Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 11 Apr 2016 10:27:32 -0700 Subject: [PATCH] FROMLIST: 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 Reviewed-by: Javier Martinez Canillas BUG=none TEST=make sure we can enable cros_ec for ARM64 Change-Id: I828fec4a2022ea50f10c269ee88ae92c30f48337 Reviewed-on: https://chromium-review.googlesource.com/339540 Commit-Ready: Dan Shi Tested-by: Brian Norris Reviewed-by: Guenter Roeck Reviewed-on: https://chrome-internal-review.googlesource.com/256311 Commit-Ready: Brian Norris Tested-by: Brian Norris Reviewed-by: Doug Anderson Signed-off-by: Caesar Wang --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 4d92df6ef9fe..1d9c50203152 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -108,7 +108,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.34.1