diff options
Diffstat (limited to 'kernel/gcov')
| -rw-r--r-- | kernel/gcov/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig index a92028196cc..d4da55d1fb6 100644 --- a/kernel/gcov/Kconfig +++ b/kernel/gcov/Kconfig @@ -35,7 +35,7 @@ config GCOV_KERNEL  config GCOV_PROFILE_ALL  	bool "Profile entire Kernel"  	depends on GCOV_KERNEL -	depends on SUPERH || S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE +	depends on SUPERH || S390 || X86 || PPC || MICROBLAZE  	default n  	---help---  	This options activates profiling for the entire kernel. | 
