Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237546
b: refs/heads/master
c: 1558310
h: refs/heads/master
v: v3
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Mar 3, 2011
1 parent 1ca38ab commit 99a6087
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc6ed1df5a5f84e45e77e2acb6fd99b995414956
refs/heads/master: 1558310d4942427f4fd19e8ae26ca0878ab10879
21 changes: 3 additions & 18 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2595,14 +2595,9 @@ config CHELSIO_T1_1G
Enables support for Chelsio's gigabit Ethernet PCI cards. If you
are using only 10G cards say 'N' here.

config CHELSIO_T3_DEPENDS
tristate
depends on PCI && INET
default y

config CHELSIO_T3
tristate "Chelsio Communications T3 10Gb Ethernet support"
depends on CHELSIO_T3_DEPENDS
depends on PCI && INET
select FW_LOADER
select MDIO
help
Expand All @@ -2620,14 +2615,9 @@ config CHELSIO_T3
To compile this driver as a module, choose M here: the module
will be called cxgb3.

config CHELSIO_T4_DEPENDS
tristate
depends on PCI && INET
default y

config CHELSIO_T4
tristate "Chelsio Communications T4 Ethernet support"
depends on CHELSIO_T4_DEPENDS
depends on PCI
select FW_LOADER
select MDIO
help
Expand All @@ -2645,14 +2635,9 @@ config CHELSIO_T4
To compile this driver as a module choose M here; the module
will be called cxgb4.

config CHELSIO_T4VF_DEPENDS
tristate
depends on PCI && INET
default y

config CHELSIO_T4VF
tristate "Chelsio Communications T4 Virtual Function Ethernet support"
depends on CHELSIO_T4VF_DEPENDS
depends on PCI
help
This driver supports Chelsio T4-based gigabit and 10Gb Ethernet
adapters with PCI-E SR-IOV Virtual Functions.
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/cxgbi/cxgb3i/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
config SCSI_CXGB3_ISCSI
tristate "Chelsio T3 iSCSI support"
depends on CHELSIO_T3_DEPENDS
depends on PCI && INET
select NETDEVICES
select NETDEV_10000
select CHELSIO_T3
select SCSI_ISCSI_ATTRS
---help---
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/cxgbi/cxgb4i/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
config SCSI_CXGB4_ISCSI
tristate "Chelsio T4 iSCSI support"
depends on CHELSIO_T4_DEPENDS
depends on PCI && INET
select NETDEVICES
select NETDEV_10000
select CHELSIO_T4
select SCSI_ISCSI_ATTRS
---help---
Expand Down

0 comments on commit 99a6087

Please sign in to comment.