aboutsummaryrefslogtreecommitdiff
path: root/kernel/gcov
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-08-31 15:13:06 +0200
committerMichal Simek <monstr@monstr.eu>2009-09-21 14:29:21 +0200
commit1f74b1f7e5be08e4b884c8bd9e776f0e440b14f1 (patch)
tree1e2cda8c126092ebd953cd376072a9e2c5c30bbf /kernel/gcov
parent8274cae796b6532cb82f9cbf04a681ed59981d02 (diff)
microblaze: Enable GCOV_PROFILE_ALL
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'kernel/gcov')
-rw-r--r--kernel/gcov/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig
index 654efd09f6a..70a298d6da7 100644
--- a/kernel/gcov/Kconfig
+++ b/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.