microblaze: Enable GCOV_PROFILE_ALL
authorMichal Simek <monstr@monstr.eu>
Mon, 31 Aug 2009 13:13:06 +0000 (15:13 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 21 Sep 2009 12:29:21 +0000 (14:29 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
kernel/gcov/Kconfig

index 654efd0..70a298d 100644 (file)
@@ -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.