From: Steven Rostedt (Red Hat) Date: Wed, 18 Dec 2013 17:35:20 +0000 (-0500) Subject: localmodconfig: Add config depends by default settings X-Git-Tag: v3.14-rc1~178^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95edca5c523c4b404dd60baa0a1bea0e4c38fd72;p=pandora-kernel.git localmodconfig: Add config depends by default settings Currently localmodconfig will miss dependencies from the default option. For example: config FOO default y if BAR || ZOO If FOO is needed for a module and is set to '=m', and so are BAR or ZOO, localmodconfig will not see that BOO or ZOO are also needed for the foo module, and will incorrectly disable them. Link: http://lkml.kernel.org/r/20131218175137.162937350@goodmis.org Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed