gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs
[sfrench/cifs-2.6.git] / kernel / gcov / Kconfig
index 3b7408759bdfdfc4a5fe469df649d631efdae40d..c92e44855ddda18843a2b7c9102a323811d27917 100644 (file)
@@ -32,10 +32,13 @@ config GCOV_KERNEL
        Note that the debugfs filesystem has to be mounted to access
        profiling data.
 
+config ARCH_HAS_GCOV_PROFILE_ALL
+       def_bool n
+
 config GCOV_PROFILE_ALL
        bool "Profile entire Kernel"
        depends on GCOV_KERNEL
-       depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64
+       depends on ARCH_HAS_GCOV_PROFILE_ALL
        default n
        ---help---
        This options activates profiling for the entire kernel.