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-14 10:13:40 +0000
commit1f1cf8a720b55942e7036e89a70f00cff94e36e0 (patch)
tree3e3aa71ba085df6c0d54f8b8c18affac1fe0e314
parent822f1067a50e34711ac83584f5c8405db75e8a59 (diff)
gator: Only build by default for ARM
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 14b3d619d18..8ff2ca15566 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)