From: Steven Rostedt Date: Fri, 29 Oct 2010 02:21:57 +0000 (-0400) Subject: kconfig: Have streamline_config process menuconfigs too X-Git-Tag: v2.6.37-rc1~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef17fa2ef8be74b946e725c2afb0e2a54981da1;p=pandora-kernel.git 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 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed