From: James Bottomley Date: Tue, 30 Dec 2008 15:44:29 +0000 (-0600) Subject: [SCSI] fcoe: fix configuration problems X-Git-Tag: v2.6.29-rc1~555^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5edd020fa0fbe991f4a473611ad530d2237425;p=pandora-kernel.git [SCSI] fcoe: fix configuration problems fcoe selects libfc and requires SCSI and PCI (the SCSI requirement is implicitly covered by an enclosing if). Fix them both up so they cannot be configured in an invalid state: make LIBFC select SCSI_FC_ATTRS and make FCOE depend on PCI and select LIBFC. Reported-by: Randy Dunlap Cc: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed