summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-02 10:55:38 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2011-03-02 10:55:38 +1100
commit79f9620635005d6e38ff8eaefd2d9cdbd0b1349a (patch)
tree00789817f92a46f6db6c67230891a7ecc881eaaf /kernel
parented8477e55197834f626ece403141999eaf5c0961 (diff)
parent18e9550273b8a4d28044202f51cb2c3c9254d7c6 (diff)
Merge remote-tracking branch 'sh/sh-latest'
Diffstat (limited to 'kernel')
-rw-r--r--kernel/gcov/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig
index 70a298d6da71..b8cadf70b1fb 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) || MICROBLAZE
+ depends on SUPERH || S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE
default n
---help---
This options activates profiling for the entire kernel.