Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124694
b: refs/heads/master
c: 58daa68
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Dec 30, 2008
1 parent eb92146 commit 50a5489
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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: 56b854bb314084396d3d3138126496d330943559
refs/heads/master: 58daa68a8fd4a373092df9035fdccaa29420f1e6
7 changes: 6 additions & 1 deletion trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2399,9 +2399,14 @@ 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 PCI && INET
depends on CHELSIO_T3_DEPENDS
select FW_LOADER
select INET_LRO
help
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/cxgb3i/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config SCSI_CXGB3_ISCSI
tristate "Chelsio S3xx iSCSI support"
depends on CHELSIO_T3_DEPENDS
select CHELSIO_T3
select SCSI_ISCSI_ATTRS
---help---
Expand Down

0 comments on commit 50a5489

Please sign in to comment.