diff --git a/[refs] b/[refs] index b8bcddbede6c..00e74337e372 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8274cae796b6532cb82f9cbf04a681ed59981d02 +refs/heads/master: 1f74b1f7e5be08e4b884c8bd9e776f0e440b14f1 diff --git a/trunk/kernel/gcov/Kconfig b/trunk/kernel/gcov/Kconfig index 654efd09f6a9..70a298d6da71 100644 --- a/trunk/kernel/gcov/Kconfig +++ b/trunk/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.