Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66844
b: refs/heads/master
c: 7c32f47
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Bordug authored and David S. Miller committed Oct 10, 2007
1 parent b801084 commit e3df18b
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 156 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: cdcc520d7b73445c3552a70786afed9a2b22c010
refs/heads/master: 7c32f470f4f6a0fdc6944cefcd22f288e59a0ae2
14 changes: 14 additions & 0 deletions trunk/drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,18 @@ config FIXED_MII_100_FDX
bool "Emulation for 100M Fdx fixed PHY behavior"
depends on FIXED_PHY

config FIXED_MII_1000_FDX
bool "Emulation for 1000M Fdx fixed PHY behavior"
depends on FIXED_PHY

config FIXED_MII_AMNT
int "Number of emulated PHYs to allocate "
depends on FIXED_PHY
default "1"
---help---
Sometimes it is required to have several independent emulated
PHYs on the bus (in case of multi-eth but phy-less HW for instance).
This control will have specified number allocated for each fixed
PHY type enabled.

endif # PHYLIB
Loading

0 comments on commit e3df18b

Please sign in to comment.