From: James Bottomley Date: Tue, 30 Dec 2008 16:20:24 +0000 (-0600) Subject: [SCSI] cxgb3i: fix select/depend problem X-Git-Tag: v2.6.29-rc1~555^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58daa68a8fd4a373092df9035fdccaa29420f1e6;p=pandora-kernel.git [SCSI] cxgb3i: fix select/depend problem cxgb3i requires the cxgb3 net driver, so it selects it. However, cxgb3 has dependencies which the select cannot see. Fix this by separating out the cxgb3 dependencies into a separate hidden config option (CONFIG_CHELSIO_T3_DEPENDS) and make both cxgb3 and cxgb3i depend on it. Reported-by: Randy Dunlap Cc: Karen Xie Signed-off-by: James Bottomley --- Reading git-diff-tree failed