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