mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
[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>
This commit is contained in:
committed by
James Bottomley
parent
a703e490f5
commit
9b34ecffd5
@@ -614,10 +614,16 @@ config LIBFC
|
||||
---help---
|
||||
Fibre Channel library module
|
||||
|
||||
config LIBFCOE
|
||||
tristate "LibFCoE module"
|
||||
select LIBFC
|
||||
---help---
|
||||
Library for Fibre Channel over Ethernet module
|
||||
|
||||
config FCOE
|
||||
tristate "FCoE module"
|
||||
depends on PCI
|
||||
select LIBFC
|
||||
select LIBFCOE
|
||||
---help---
|
||||
Fibre Channel over Ethernet module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user