[PATCH] chrome: Enable Chrome platforms on 64-bit ARM

From: Thierry Reding
Date: Wed Jul 01 2015 - 06:48:05 EST


From: Thierry Reding <treding@xxxxxxxxxx>

With Chrome running on 64-bit ARM devices, add ARM64 to the list of
supported architectures.

Signed-off-by: Thierry Reding <treding@xxxxxxxxxx>
---
drivers/platform/chrome/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig
index cb1329919527..a7a2a4400b5a 100644
--- a/drivers/platform/chrome/Kconfig
+++ b/drivers/platform/chrome/Kconfig
@@ -4,7 +4,7 @@

menuconfig CHROME_PLATFORMS
bool "Platform support for Chrome hardware"
- depends on X86 || ARM
+ depends on X86 || ARM || ARM64
---help---
Say Y here to get to see options for platform support for
various Chromebooks and Chromeboxes. This option alone does
--
2.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/