diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ec057b40021b..65ac0511546e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -736,9 +736,9 @@ endmenu # "Memory Debugging" config ARCH_HAS_KCOV bool help - KCOV does not have any arch-specific code, but currently it is enabled - only for x86_64. KCOV requires testing on other archs, and most likely - disabling of instrumentation for some early boot code. + An architecture should select this when it can successfully + build and run with CONFIG_KCOV. This typically requires + disabling instrumentation for some early boot code. # Upstream uses $(cc-option, -fsanitize-coverage=trace-pc), which requires # cc-option support. Here we instead check CC in scripts/Makefile.kcov.