aboutsummaryrefslogtreecommitdiff
path: root/drivers/gator/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gator/Kconfig')
-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)