Commit 1f74b1f7 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Enable GCOV_PROFILE_ALL



Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 8274cae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ config GCOV_KERNEL
config GCOV_PROFILE_ALL
	bool "Profile entire Kernel"
	depends on GCOV_KERNEL
	depends on S390 || X86 || (PPC && EXPERIMENTAL)
	depends on S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE
	default n
	---help---
	This options activates profiling for the entire kernel.