aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-01-11 10:35:34 +0000
committerJon Medhurst <tixy@linaro.org>2013-01-11 11:00:50 +0000
commit81bdf171d937190bd8f6d229014fef5b7a967c21 (patch)
tree056f1f05cfaac0d379581fbb67e6db6b3dc863ec
parent348e8e622e9f0bf2be4877c9f0accf3f11187401 (diff)
gator: Only build by default for ARMtracking-gator-llct-20130114.0
ARM64 is not yet supported and compilation fails if we try. 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 14b3d619d185..8ff2ca15566d 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
+ default m if ARM
depends on PROFILING
depends on HIGH_RES_TIMERS
depends on LOCAL_TIMERS || !(ARM && SMP)