[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1435747602-30508-1-git-send-email-thierry.reding@gmail.com>
Date: Wed, 1 Jul 2015 12:46:42 +0200
From: Thierry Reding <thierry.reding@...il.com>
To: Olof Johansson <olof@...om.net>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] chrome: Enable Chrome platforms on 64-bit ARM
From: Thierry Reding <treding@...dia.com>
With Chrome running on 64-bit ARM devices, add ARM64 to the list of
supported architectures.
Signed-off-by: Thierry Reding <treding@...dia.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists