[2.6 patch] remove the unused SCSI_QLOGIC_FC_FIRMWARE option

Previous thread: man-pages-3.01 is released by Michael Kerrisk on Wednesday, June 25, 2008 - 9:14 am. (1 message)

Next thread: [2.6 patch] remove the unused ALPHA_CORE_AGP option by Adrian Bunk on Wednesday, June 25, 2008 - 9:25 am. (1 message)
From: Adrian Bunk
Date: Wednesday, June 25, 2008 - 9:24 am

This option was forgotten when the SCSI_QLOGIC_FC driver was removed.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
92547181b79610ddd207a9cdbea35653a1d63b8a diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 81ccbd7..a72993c 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1305,14 +1305,6 @@ config SCSI_QLOGIC_FAS
 	  To compile this driver as a module, choose M here: the
 	  module will be called qlogicfas.
 
-config SCSI_QLOGIC_FC_FIRMWARE
-	bool "Include loadable firmware in driver"
-	depends on SCSI_QLOGIC_FC
-  	help
-	  Say Y to include ISP2X00 Fabric Initiator/Target Firmware, with
-	  expanded LUN addressing and FcTape (FCP-2) support, in the
-	  qlogicfc driver. This is required on some platforms.
-
 config SCSI_QLOGIC_1280
 	tristate "Qlogic QLA 1240/1x80/1x160 SCSI support"
 	depends on PCI && SCSI

--

Previous thread: man-pages-3.01 is released by Michael Kerrisk on Wednesday, June 25, 2008 - 9:14 am. (1 message)

Next thread: [2.6 patch] remove the unused ALPHA_CORE_AGP option by Adrian Bunk on Wednesday, June 25, 2008 - 9:25 am. (1 message)