kconfig: Check for if conditions in Kconfig for localmodconfig
authorSteven Rostedt <srostedt@redhat.com>
Wed, 6 Jan 2010 22:56:12 +0000 (17:56 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 6 Jan 2010 22:56:12 +0000 (17:56 -0500)
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 <anton@sambo.org>
Tested-by: Anton Blanchard <anton@sambo.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found