aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-03 18:20:39 +0100
committerJon Medhurst <tixy@linaro.org>2013-04-15 10:07:09 +0100
commit60615415488e85c0ce943bd3d32c2c4d84435561 (patch)
treebacf4cfa66d01acb5630b140b35963ed3589ee67
parentcc444d3bcff613d10136a3998f684211be11f47f (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)