]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/Kconfig
gcc-plugins: Adjust Kconfig to avoid cyc_complexity
authorKees Cook <keescook@chromium.org>
Wed, 9 Nov 2016 00:27:03 +0000 (16:27 -0800)
committerKees Cook <keescook@chromium.org>
Wed, 9 Nov 2016 00:27:03 +0000 (16:27 -0800)
commit215e2aa6c024d27cdbe88e2ea88cb59dcab588eb
treeba21689004c6a4f1fbf198d735bb1d6e9608f24e
parent68fdc678df4646d5b81efd1684575be2db6c005b
gcc-plugins: Adjust Kconfig to avoid cyc_complexity

In preparation for removing "depends on !COMPILE_TEST" from GCC_PLUGINS,
the GCC_PLUGIN_CYC_COMPLEXITY plugin needs to gain the restriction,
since it is mainly an example, and produces (intended) voluminous stderr
reporting, which is generally undesirable for allyesconfig-style build
tests. This additionally puts the plugin behind EXPERT and improves the
help text.

Signed-off-by: Kees Cook <keescook@chromium.org>
arch/Kconfig