diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
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 | |||
366 | config DEBUG_KMEMLEAK | 366 | config 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 |