kconfig: enable CONFIG_IKCONFIG from streamline_config.pl
authorSteven Rostedt <srostedt@redhat.com>
Thu, 30 Apr 2009 16:15:10 +0000 (12:15 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 19 Aug 2009 01:58:54 +0000 (21:58 -0400)
commit744ffcbe867b81e9f467503c85bc5e4f9a586294
tree724f067dc72301a7969ba6c89bfbfa724943a439
parentea2c1894b66301bce565471d6914d49ce91ee015
kconfig: enable CONFIG_IKCONFIG from streamline_config.pl

Ingo Molnar suggested that the streamline_config.pl should enable
CONFIG_IKCONFIG to keep the current config in the kernel.
Then we can use scripts/extract-ikconfig to find the current
modules.

This patch changes streamline_config.pl to check if CONFIG_IKCONFIG
is not set, and if it is not, it enables it to be a module.

[ Impact: make current config options easier to find ]

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