aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 1b4afd2e6ca0..9f211b2642f5 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -366,7 +366,7 @@ config SLUB_STATS
366config DEBUG_KMEMLEAK 366config DEBUG_KMEMLEAK
367 bool "Kernel memory leak detector" 367 bool "Kernel memory leak detector"
368 depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \ 368 depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \
369 (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE) 369 (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE)
370 370
371 select DEBUG_FS if SYSFS 371 select DEBUG_FS if SYSFS
372 select STACKTRACE if STACKTRACE_SUPPORT 372 select STACKTRACE if STACKTRACE_SUPPORT