From: Steven Rostedt Date: Wed, 6 Jan 2010 22:56:12 +0000 (-0500) Subject: kconfig: Check for if conditions in Kconfig for localmodconfig X-Git-Tag: v2.6.34-rc1~291^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d7e9385644d376a0816ad663ba3dfc45359f2f;p=pandora-kernel.git kconfig: Check for if conditions in Kconfig for localmodconfig The streamline_config.pl misses the if conditions for checking dependencies. For Kconfigs with the following construct: if MEDIA_SUPPORT config VIDEO_DEV [...] If VIDEO_DEV was enabled, the script will miss the fact that MEDIA_SUPPORT is also needed. This patch changes streamline_config.pl to include if conditions into the dependencies of configs. Reported-by: Anton Blanchard Tested-by: Anton Blanchard Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed