]> Git Repo - linux.git/commitdiff
platform/chrome: Enable Chrome platforms on 64-bit ARM
authorThierry Reding <[email protected]>
Wed, 1 Jul 2015 10:46:42 +0000 (12:46 +0200)
committerOlof Johansson <[email protected]>
Wed, 7 Oct 2015 21:34:26 +0000 (14:34 -0700)
With Chrome running on 64-bit ARM devices, add ARM64 to the list of
supported architectures.

Signed-off-by: Thierry Reding <[email protected]>
[olof; Fixed up due to addition of COMPILE_TEST]
Signed-off-by: Olof Johansson <[email protected]>
drivers/platform/chrome/Kconfig

index fde1129501f5b271d96766c6fc3a4e2b7cf33546..d03df4a60d057854884eddaeb9f8b2b343bee2d5 100644 (file)
@@ -4,7 +4,7 @@
 
 menuconfig CHROME_PLATFORMS
        bool "Platform support for Chrome hardware"
-       depends on X86 || ARM || COMPILE_TEST
+       depends on X86 || ARM || ARM64 || COMPILE_TEST
        ---help---
          Say Y here to get to see options for platform support for
          various Chromebooks and Chromeboxes. This option alone does
This page took 0.070504 seconds and 4 git commands to generate.