Skip to content

Commit

Permalink
cnic: Fix select dependencies in bnx2fc/bnx2i Kconfig.
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 33d480c commit 4c78893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drivers/scsi/bnx2fc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ config SCSI_BNX2X_FCOE
tristate "Broadcom NetXtreme II FCoE support"
depends on PCI
select NETDEVICES
select NETDEV_1000
select ETHERNET
select NET_VENDOR_BROADCOM
select LIBFC
select LIBFCOE
select CNIC
Expand Down
3 changes: 2 additions & 1 deletion drivers/scsi/bnx2i/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ config SCSI_BNX2_ISCSI
depends on PCI
select SCSI_ISCSI_ATTRS
select NETDEVICES
select NETDEV_1000
select ETHERNET
select NET_VENDOR_BROADCOM
select CNIC
---help---
This driver supports iSCSI offload for the Broadcom NetXtreme II
Expand Down

0 comments on commit 4c78893

Please sign in to comment.