Commit 47c4c864 authored by Michal Simek's avatar Michal Simek

microblaze: Enable memory leak detector

Enable DEBUG_KMEMLEAK for microblaze
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 4bb30baa
......@@ -356,7 +356,7 @@ config SLUB_STATS
config DEBUG_KMEMLEAK
bool "Kernel memory leak detector"
depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \
(X86 || ARM || PPC || S390 || SUPERH)
(X86 || ARM || PPC || S390 || SUPERH || MICROBLAZE)
select DEBUG_FS if SYSFS
select STACKTRACE if STACKTRACE_SUPPORT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment