Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb5edd02 authored by James Bottomley's avatar James Bottomley
Browse files

[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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Robert Love <robert.w.love@intel.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 58daa68a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -607,13 +607,13 @@ config SCSI_FLASHPOINT


config LIBFC
config LIBFC
	tristate "LibFC module"
	tristate "LibFC module"
	depends on SCSI && SCSI_FC_ATTRS
	select SCSI_FC_ATTRS
	---help---
	---help---
	  Fibre Channel library module
	  Fibre Channel library module


config FCOE
config FCOE
	tristate "FCoE module"
	tristate "FCoE module"
	depends on SCSI
	depends on PCI
	select LIBFC
	select LIBFC
	---help---
	---help---
	  Fibre Channel over Ethernet module
	  Fibre Channel over Ethernet module