Skip to content

Commit

Permalink
cxgbi: Fix scsi Kconfig dependencies.
Browse files Browse the repository at this point in the history
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Aug 12, 2011
1 parent 2b133ad commit f08e6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drivers/scsi/cxgbi/cxgb3i/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ config SCSI_CXGB3_ISCSI
tristate "Chelsio T3 iSCSI support"
depends on PCI && INET
select NETDEVICES
select NETDEV_10000
select ETHERNET
select NET_VENDOR_CHELSIO
select CHELSIO_T3
select SCSI_ISCSI_ATTRS
---help---
Expand Down
3 changes: 2 additions & 1 deletion drivers/scsi/cxgbi/cxgb4i/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ config SCSI_CXGB4_ISCSI
tristate "Chelsio T4 iSCSI support"
depends on PCI && INET
select NETDEVICES
select NETDEV_10000
select ETHERNET
select NET_VENDOR_CHELSIO
select CHELSIO_T4
select SCSI_ISCSI_ATTRS
---help---
Expand Down

0 comments on commit f08e6c0

Please sign in to comment.