diff options
author | Robert Love <robert.w.love@intel.com> | 2008-12-09 18:10:24 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 12:24:33 -0500 |
commit | 85b4aa4926a50210b683ac89326e338e7d131211 (patch) | |
tree | 127b6586573194f2d37b5a298e12c8b7d24a6fac /drivers/scsi/Kconfig | |
parent | 42e9a92fe6a9095bd68a379aaec7ad2be0337f7a (diff) |
[SCSI] fcoe: Fibre Channel over Ethernet
Encapsulation protocol for running Fibre Channel over Ethernet interfaces.
Creates virtual Fibre Channel host adapters using libfc.
This layer is the LLD to the scsi-ml. It allocates the Scsi_Host, utilizes
libfc for Fibre Channel protocol processing and interacts with netdev to
send/receive Ethernet packets.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 24d762aab7c5..673463e4bbf0 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -609,6 +609,13 @@ config LIBFC | |||
609 | ---help--- | 609 | ---help--- |
610 | Fibre Channel library module | 610 | Fibre Channel library module |
611 | 611 | ||
612 | config FCOE | ||
613 | tristate "FCoE module" | ||
614 | depends on SCSI | ||
615 | select LIBFC | ||
616 | ---help--- | ||
617 | Fibre Channel over Ethernet module | ||
618 | |||
612 | config SCSI_DMX3191D | 619 | config SCSI_DMX3191D |
613 | tristate "DMX3191D SCSI support" | 620 | tristate "DMX3191D SCSI support" |
614 | depends on PCI && SCSI | 621 | depends on PCI && SCSI |