From: Michal Simek Date: Mon, 31 Aug 2009 13:13:06 +0000 (+0200) Subject: microblaze: Enable GCOV_PROFILE_ALL X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1f74b1f7e5be08e4b884c8bd9e776f0e440b14f1;p=linux-beck.git microblaze: Enable GCOV_PROFILE_ALL Signed-off-by: Michal Simek --- 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.