From: Mauro Carvalho Chehab Date: Wed, 22 May 2013 14:25:52 +0000 (-0300) Subject: Properly handle tristate dependencies on USB/PCI menus X-Git-Tag: v3.11-rc1~17^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5077ac3b8108007f4a2b4589f2d373cf55453206;p=pandora-kernel.git Properly handle tristate dependencies on USB/PCI menus As USB/PCI/MEDIA_SUPPORT dependencies can be tristate, we can't simply make the bool menu to be dependent on it. Everything below the menu should also depend on it, otherwise, we risk to allow building them with 'y', while only 'm' would be supported. So, add an IF just before everything below, in order to avoid such risks. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed