From: Brian Norris Date: Mon, 11 Apr 2016 17:27:32 +0000 (-0700) Subject: FROMLIST: mfd: cros_ec: Allow building for ARM64 X-Git-Tag: firefly_0821_release~2745 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8fedd9d57809a5e9dc638a7b292f761c975d5bdd;p=firefly-linux-kernel-4.4.55.git 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 --- 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.