瀏覽代碼

microblaze: Enable GCOV_PROFILE_ALL

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 15 年之前
父節點
當前提交
1f74b1f7e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/gcov/Kconfig

+ 1 - 1
kernel/gcov/Kconfig

@@ -34,7 +34,7 @@ config GCOV_KERNEL
 config GCOV_PROFILE_ALL
 config GCOV_PROFILE_ALL
 	bool "Profile entire Kernel"
 	bool "Profile entire Kernel"
 	depends on GCOV_KERNEL
 	depends on GCOV_KERNEL
-	depends on S390 || X86 || (PPC && EXPERIMENTAL)
+	depends on S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE
 	default n
 	default n
 	---help---
 	---help---
 	This options activates profiling for the entire kernel.
 	This options activates profiling for the entire kernel.