Add sancov plugin
[linux-2.6-block.git] / lib / Kconfig.debug
index 77d7d034bac394d72feb746745f9c95496018e9b..b7827dca3fec43cf34ac8d69869a89a135e3be6a 100644 (file)
@@ -708,6 +708,8 @@ config KCOV
        bool "Code coverage for fuzzing"
        depends on ARCH_HAS_KCOV
        select DEBUG_FS
+       select GCC_PLUGINS
+       select GCC_PLUGIN_SANCOV
        help
          KCOV exposes kernel code coverage information in a form suitable
          for coverage-guided fuzzing (randomized testing).