diff options
author | Thierry Reding <treding@nvidia.com> | 2015-07-01 06:46:42 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-07 17:34:26 -0400 |
commit | 23ecee32b91cf732226bd7a3ee9fa7a9127645ab (patch) | |
tree | bccd8f8558a2171fbd7dc20dff9991ab61375ebe /drivers/platform | |
parent | afbf8ec7c4f90ddd3ee8655c591983fb9d399f43 (diff) |
platform/chrome: Enable Chrome platforms on 64-bit ARM
With Chrome running on 64-bit ARM devices, add ARM64 to the list of
supported architectures.
Signed-off-by: Thierry Reding <treding@nvidia.com>
[olof; Fixed up due to addition of COMPILE_TEST]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/chrome/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index fde1129501f5..d03df4a60d05 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | menuconfig CHROME_PLATFORMS | 5 | menuconfig CHROME_PLATFORMS |
6 | bool "Platform support for Chrome hardware" | 6 | bool "Platform support for Chrome hardware" |
7 | depends on X86 || ARM || COMPILE_TEST | 7 | depends on X86 || ARM || ARM64 || COMPILE_TEST |
8 | ---help--- | 8 | ---help--- |
9 | Say Y here to get to see options for platform support for | 9 | Say Y here to get to see options for platform support for |
10 | various Chromebooks and Chromeboxes. This option alone does | 10 | various Chromebooks and Chromeboxes. This option alone does |