]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] fcoe: fix configuration problems
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Tue, 30 Dec 2008 15:44:29 +0000 (09:44 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Tue, 30 Dec 2008 19:09:44 +0000 (13:09 -0600)
commitfb5edd020fa0fbe991f4a473611ad530d2237425
tree826bf5a41a6691b1bed7711cf2e36ecd8d750d14
parent58daa68a8fd4a373092df9035fdccaa29420f1e6
[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 <randy.dunlap@oracle.com>
Cc: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/Kconfig