diff options
Diffstat (limited to 'kernel/gcov/Kconfig')
-rw-r--r-- | kernel/gcov/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig index 3b7408759bdf..c92e44855ddd 100644 --- a/kernel/gcov/Kconfig +++ b/kernel/gcov/Kconfig | |||
@@ -32,10 +32,13 @@ config GCOV_KERNEL | |||
32 | Note that the debugfs filesystem has to be mounted to access | 32 | Note that the debugfs filesystem has to be mounted to access |
33 | profiling data. | 33 | profiling data. |
34 | 34 | ||
35 | config ARCH_HAS_GCOV_PROFILE_ALL | ||
36 | def_bool n | ||
37 | |||
35 | config GCOV_PROFILE_ALL | 38 | config GCOV_PROFILE_ALL |
36 | bool "Profile entire Kernel" | 39 | bool "Profile entire Kernel" |
37 | depends on GCOV_KERNEL | 40 | depends on GCOV_KERNEL |
38 | depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64 | 41 | depends on ARCH_HAS_GCOV_PROFILE_ALL |
39 | default n | 42 | default n |
40 | ---help--- | 43 | ---help--- |
41 | This options activates profiling for the entire kernel. | 44 | This options activates profiling for the entire kernel. |