linux/drivers/scsi/qla4xxx
Randy Dunlap d7a210f3d3 scsi: qla4xxx driver depends on NET
When CONFIG_NET is disabled, SCSI_QLA_ISCSI selects SCSI_ISCSI_ATTRS,
which uses network interfaces, so the build fails with multiple errors:

  warning: (ISCSI_TCP && SCSI_CXGB3_ISCSI && SCSI_CXGB4_ISCSI && SCSI_QLA_ISCSI && INFINIBAND_ISER) selects SCSI_ISCSI_ATTRS which has unmet direct dependencies (SCSI && NET)

  ERROR: "skb_trim" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
  ERROR: "netlink_kernel_create" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
  ERROR: "netlink_kernel_release" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
  ...

so make SCSI_QLA_ISCSI also depend on NET to prevent the build errors.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc:	Ravi Anand <ravi.anand@qlogic.com>
Cc:	Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Cc:	iscsi-driver@qlogic.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-09-10 17:31:31 -07:00
..
Kconfig scsi: qla4xxx driver depends on NET 2011-09-10 17:31:31 -07:00
Makefile [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_attr.c [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_dbg.c [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_dbg.h [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_def.h [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_fw.h [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_glbl.h [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_init.c [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_inline.h [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_iocb.c [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_isr.c [SCSI] qla4xxx: Complete the cmd if sense_len is zero 2011-05-24 12:39:29 -04:00
ql4_mbx.c [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_nvram.c [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_nvram.h Fix common misspellings 2011-03-31 11:26:23 -03:00
ql4_nx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 2011-05-27 19:52:57 -07:00
ql4_nx.h [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_os.c [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_version.h [SCSI] qla4xxx: Update driver version to 5.02.00-k7 2011-05-24 12:40:34 -04:00