]> bbs.cooldavid.org Git - net-next-2.6.git/commit
kconfig: Have streamline_config process menuconfigs too
authorSteven Rostedt <srostedt@redhat.com>
Fri, 29 Oct 2010 02:21:57 +0000 (22:21 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 29 Oct 2010 05:07:23 +0000 (01:07 -0400)
commit8ef17fa2ef8be74b946e725c2afb0e2a54981da1
treef1b2d0a064fbabd8f502406d03fba61afeba7adc
parent20d190473328b90755eb2434cf2d26b73a53ef23
kconfig: Have streamline_config process menuconfigs too

Some menuconfigs in the Kconfig files have prompts and dependencies.
Currently, streamline_config misses these, and this can cause
streamline_config to keep modules enabled that should not be, and
even worse, not enable those that should.

This patch makes streamline_config process menuconfigs just like it
would process a config.

Reported-by: member graysky <graysky@archlinux.us>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/streamline_config.pl