dm zoned: fix unused but set variable warnings
[linux-2.6-microblaze.git] / kernel / gcov / Kconfig
index feaad59..3110c77 100644 (file)
@@ -6,7 +6,7 @@ config GCOV_KERNEL
        depends on DEBUG_FS
        select CONSTRUCTORS if !UML
        default n
-       ---help---
+       help
        This option enables gcov-based code profiling (e.g. for code coverage
        measurements).
 
@@ -42,7 +42,7 @@ config GCOV_PROFILE_ALL
        depends on GCOV_KERNEL
        depends on ARCH_HAS_GCOV_PROFILE_ALL
        default n
-       ---help---
+       help
        This options activates profiling for the entire kernel.
 
        If unsure, say N.