aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-01-11 10:35:34 +0000
committerJon Medhurst <tixy@linaro.org>2013-04-03 14:30:44 +0100
commit713d72e3b4cfc37cabc628d7b1a6102667b27c0a (patch)
tree2bfd82bd0ad662ff497a250cfb181053a221060e
parent44ee1f4fce2c8e3063771789cdb5569e41c5afdf (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)