aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2006-10-30 20:41:11 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-31 08:13:19 -0800
commit80fc115d461031dc66bb7f31b8c84868e370fea6 (patch)
tree9a539a84c09c5838090c05b925e7d2b5c6a1b316 /drivers
parent5fccbf61be2a7f32d2002b04afca4c5009612a58 (diff)
downloadlinux-80fc115d461031dc66bb7f31b8c84868e370fea6.tar.gz
[PATCH] SCSI: ISCSI build failure
SCSI_QLA_ISCSI needs to depend on NET to prevent build (link) failures that are caused by selecting SCSI_ISCSI_ATTRS. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/qla4xxx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla4xxx/Kconfig b/drivers/scsi/qla4xxx/Kconfig
index 08a07f0b8d94e..69cbff3f57cf3 100644
--- a/drivers/scsi/qla4xxx/Kconfig
+++ b/drivers/scsi/qla4xxx/Kconfig
@@ -1,6 +1,6 @@
config SCSI_QLA_ISCSI
tristate "QLogic ISP4XXX host adapter family support"
- depends on PCI && SCSI
+ depends on PCI && SCSI && NET
select SCSI_ISCSI_ATTRS
---help---
This driver supports the QLogic 40xx (ISP4XXX) iSCSI host