|
@@ -592,21 +592,21 @@ config LIBFC
|
|
|
|
|
|
|
|
config LIBFCOE
|
|
config LIBFCOE
|
|
|
tristate "LibFCoE module"
|
|
tristate "LibFCoE module"
|
|
|
- select LIBFC
|
|
|
|
|
|
|
+ depends on LIBFC
|
|
|
---help---
|
|
---help---
|
|
|
Library for Fibre Channel over Ethernet module
|
|
Library for Fibre Channel over Ethernet module
|
|
|
|
|
|
|
|
config FCOE
|
|
config FCOE
|
|
|
tristate "FCoE module"
|
|
tristate "FCoE module"
|
|
|
depends on PCI
|
|
depends on PCI
|
|
|
- select LIBFCOE
|
|
|
|
|
|
|
+ depends on LIBFCOE
|
|
|
---help---
|
|
---help---
|
|
|
Fibre Channel over Ethernet module
|
|
Fibre Channel over Ethernet module
|
|
|
|
|
|
|
|
config FCOE_FNIC
|
|
config FCOE_FNIC
|
|
|
tristate "Cisco FNIC Driver"
|
|
tristate "Cisco FNIC Driver"
|
|
|
depends on PCI && X86
|
|
depends on PCI && X86
|
|
|
- select LIBFCOE
|
|
|
|
|
|
|
+ depends on LIBFCOE
|
|
|
help
|
|
help
|
|
|
This is support for the Cisco PCI-Express FCoE HBA.
|
|
This is support for the Cisco PCI-Express FCoE HBA.
|
|
|
|
|
|