summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-03 11:49:01 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2011-03-03 11:49:01 +1100
commitb74211c572ed39b6ae1e23b767ed95f08b27344b (patch)
tree380e6909abb6f8c1192b530fea9650646444bea5 /kernel
parentd8b16b8a1bbf4d933bf8d6de553d8fbe4de5d7a7 (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.