Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

microblaze: Enable memory leak detector



Enable DEBUG_KMEMLEAK for microblaze

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 4bb30baa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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