58daa68a8f
cxgb3i requires the cxgb3 net driver, so it selects it. However, cxgb3 has dependencies which the select cannot see. Fix this by separating out the cxgb3 dependencies into a separate hidden config option (CONFIG_CHELSIO_T3_DEPENDS) and make both cxgb3 and cxgb3i depend on it. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Karen Xie <kxie@chelsio.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
7 lines
221 B
Text
7 lines
221 B
Text
config SCSI_CXGB3_ISCSI
|
|
tristate "Chelsio S3xx iSCSI support"
|
|
depends on CHELSIO_T3_DEPENDS
|
|
select CHELSIO_T3
|
|
select SCSI_ISCSI_ATTRS
|
|
---help---
|
|
This driver supports iSCSI offload for the Chelsio S3 series devices.
|