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