# Add following to drivers/scsi/Makefile
obj-$(CONFIG_SCSI_LPFC) += lpfc/
# Add following to drivers/scsi/Kconfig
config SCSI_LPFC
	tristate "Emulex LightPulse Fibre Channel Support"
	depends on PCI && SCSI
	help
          This lpfc driver supports the Emulex LightPulse
          Family of Fibre Channel PCI host adapters.
