Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324993
b: refs/heads/master
c: 739309d
h: refs/heads/master
i:
  324991: 2df8fb1
v: v3
  • Loading branch information
DanielC authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 96e86df commit 79aa2bc
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 9869a937d3a93c75c1d32e61df29149ce78ec3f9
refs/heads/master: 739309d0cd8ad15234cba1d8df587c7eced5882a
5 changes: 4 additions & 1 deletion trunk/drivers/staging/silicom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
config NET_VENDOR_SILICOM
bool "Silicom devices"
default y
depends on (SSB_POSSIBLE && HAS_DMA) || PCI
depends on PCI
---help---
If you have a network card (Ethernet) belonging to this class,
say Y.
Expand All @@ -19,6 +19,8 @@ if NET_VENDOR_SILICOM

config SBYPASS
tristate "Silicom BypassCTL library support"
depends on PCI
depends on m
---help---
If you have a network (Ethernet) controller of this type, say Y

Expand All @@ -28,6 +30,7 @@ config SBYPASS
config BPCTL
tristate "Silicom BypassCTL net support"
depends on PCI
depends on m
select SBYPASS
select NET_CORE
select MII
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/silicom/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ TODO:
- locking audit
- single module with all functionality
- userland
- fix monolithic build.


0 comments on commit 79aa2bc

Please sign in to comment.