diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index b9672df4b932..6071c3414921 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. config CC_HAS_SANCOV_TRACE_PC def_bool $(cc-option,-fsanitize-coverage=trace-pc)