Explorar o código

microblaze: Enable GCOV_PROFILE_ALL

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek %!s(int64=16) %!d(string=hai) anos
pai
achega
1f74b1f7e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/gcov/Kconfig

+ 1 - 1
kernel/gcov/Kconfig

@@ -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.