Skip to content

Commit

Permalink
Fix up qla2xxx configuration bogosity
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Linus Torvalds committed Jul 28, 2005
1 parent e4ff4d7 commit e0aa8af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/scsi/qla2xxx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/qla2xxx/Makefile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit e0aa8af

Please sign in to comment.