kconfig: do not warn about modules built in
authorSteven Rostedt <srostedt@redhat.com>
Thu, 30 Apr 2009 14:59:08 +0000 (10:59 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 19 Aug 2009 01:58:41 +0000 (21:58 -0400)
commitea2c1894b66301bce565471d6914d49ce91ee015
tree0e05173ecdf31fff1426c78cec7d549ecdb9d47a
parent74398d3224c0942c479bef76de542e95c202a478
kconfig: do not warn about modules built in

The streamline_config.pl finds all the configs that are needed to
compile the currently loaded modules. After it creates the .config
file, it tests to make sure all the configs that are needed were
set.

It only looks at the configs that are modules, it does not look
at the builtin configs. This causes unnecessary warnings about modules
not being covered.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/streamline_config.pl