summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Norris2016-04-11 19:27:32 +0200
committerLee Jones2016-04-19 08:59:59 +0200
commitba5776ab6f09800dd9ba8442185139661e065529 (patch)
treef4a485ea984e54babb86253735cf01614ff7a1a3
parentmfd: max77686: Use module_i2c_driver() instead of subsys initcall (diff)
downloadkernel-qcow2-linux-ba5776ab6f09800dd9ba8442185139661e065529.tar.gz
kernel-qcow2-linux-ba5776ab6f09800dd9ba8442185139661e065529.tar.xz
kernel-qcow2-linux-ba5776ab6f09800dd9ba8442185139661e065529.zip
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@chromium.org> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index aa1e7c3f82ee..cf7cbba61971 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.