aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorVasu Dev <vasu.dev@intel.com>2009-03-17 14:42:13 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 10:23:04 -0400
commit9b34ecffd59d6ed66fdd6906e8a092a33e7c8564 (patch)
treee044e14d7627fa36a817e89be4ba23373ee11f76 /drivers/scsi/Kconfig
parenta703e490f5e86ddaac4086e56b669fa7316b4a9f (diff)
[SCSI] fcoe, libfc: add libfcoe module
Just sets up build environment for libfcoe module towards a libfcoe library for libfc LLDs using FCoE as libfc transport. Common library code to libfcoe is added in next patch. Also, updated MODULE_LICENSE from "GPL" string to "GPL v2" for libfc, libfcoe and fcoe modules to accurately match the licenses. Signed-off-by: Vasu Dev <vasu.dev@intel.com> 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/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index e2f44e6c0bcb..bbec3a814ea7 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -614,10 +614,16 @@ config LIBFC
614 ---help--- 614 ---help---
615 Fibre Channel library module 615 Fibre Channel library module
616 616
617config LIBFCOE
618 tristate "LibFCoE module"
619 select LIBFC
620 ---help---
621 Library for Fibre Channel over Ethernet module
622
617config FCOE 623config FCOE
618 tristate "FCoE module" 624 tristate "FCoE module"
619 depends on PCI 625 depends on PCI
620 select LIBFC 626 select LIBFCOE
621 ---help--- 627 ---help---
622 Fibre Channel over Ethernet module 628 Fibre Channel over Ethernet module
623 629