public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] chrome: Enable Chrome platforms on 64-bit ARM
@ 2015-07-01 10:46 Thierry Reding
  2015-08-21 17:08 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2015-07-01 10:46 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel

From: Thierry Reding <treding@nvidia.com>

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

Signed-off-by: Thierry Reding <treding@nvidia.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-21 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 10:46 [PATCH] chrome: Enable Chrome platforms on 64-bit ARM Thierry Reding
2015-08-21 17:08 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox