aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index b7827dca3fec..7936e5e4da9d 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -708,8 +708,8 @@ config KCOV
708 bool "Code coverage for fuzzing" 708 bool "Code coverage for fuzzing"
709 depends on ARCH_HAS_KCOV 709 depends on ARCH_HAS_KCOV
710 select DEBUG_FS 710 select DEBUG_FS
711 select GCC_PLUGINS 711 select GCC_PLUGINS if !COMPILE_TEST
712 select GCC_PLUGIN_SANCOV 712 select GCC_PLUGIN_SANCOV if !COMPILE_TEST
713 help 713 help
714 KCOV exposes kernel code coverage information in a form suitable 714 KCOV exposes kernel code coverage information in a form suitable
715 for coverage-guided fuzzing (randomized testing). 715 for coverage-guided fuzzing (randomized testing).