diff options
author | Michal Simek <monstr@monstr.eu> | 2009-08-31 15:13:06 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-09-21 14:29:21 +0200 |
commit | 1f74b1f7e5be08e4b884c8bd9e776f0e440b14f1 (patch) | |
tree | 1e2cda8c126092ebd953cd376072a9e2c5c30bbf /kernel/gcov/Kconfig | |
parent | 8274cae796b6532cb82f9cbf04a681ed59981d02 (diff) |
microblaze: Enable GCOV_PROFILE_ALL
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'kernel/gcov/Kconfig')
-rw-r--r-- | kernel/gcov/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig index 654efd09f6a9..70a298d6da71 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. |