]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix up qla2xxx configuration bogosity
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 28 Jul 2005 00:08:21 +0000 (17:08 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 28 Jul 2005 00:08:21 +0000 (17:08 -0700)
If we haven't configured the qla24xx driver, then the Makefile shouldn't
do it for us.

This also means that we can avoid the unnecessary selection of FC_ATTRS.

Debugged by James Bottomley

drivers/scsi/qla2xxx/Kconfig
drivers/scsi/qla2xxx/Makefile

index fccecf67423e5633f064b96d737ee904bb1139ab..6c73b84c6e644964f80d7501b7b2a81bec167a81 100644 (file)
@@ -2,7 +2,6 @@ config SCSI_QLA2XXX
        tristate
        default (SCSI && PCI)
        depends on SCSI && PCI
-       select SCSI_FC_ATTRS
 
 config SCSI_QLA21XX
        tristate "QLogic ISP2100 host adapter family support"
index 982b83604b41b263babc231fbf66e3c51b4752e2..00d2e3c21ef6c35d28036fd598a7fea8586a55ec 100644 (file)
@@ -1,5 +1,4 @@
 EXTRA_CFLAGS += -DUNIQUE_FW_NAME
-CONFIG_SCSI_QLA24XX=m
 EXTRA_CFLAGS += -DCONFIG_SCSI_QLA24XX -DCONFIG_SCSI_QLA24XX_MODULE
 
 qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \