summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-03 18:20:39 +0100
committerJon Medhurst <tixy@linaro.org>2013-04-08 11:04:44 +0100
commit0a42e944fc6c04c679e161e5bdde1f4204c66e3e (patch)
treedabb07ef6f7c57320f9ea5e9d91986f05806dab7
parentfd6263d2abcab0e5455bb209e1bf71406ad3a5ed (diff)
Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--drivers/gator/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gator/Kconfig b/drivers/gator/Kconfig
index 8ff2ca15566d..7ea0fcc3d01d 100644
--- a/drivers/gator/Kconfig
+++ b/drivers/gator/Kconfig
@@ -1,6 +1,6 @@
config GATOR
tristate "Gator module for ARM's Streamline Performance Analyzer"
- default m if ARM
+ default m if (ARM || ARM64)
depends on PROFILING
depends on HIGH_RES_TIMERS
depends on LOCAL_TIMERS || !(ARM && SMP)