Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122394
b: refs/heads/master
c: 914804b
h: refs/heads/master
v: v3
  • Loading branch information
Giuseppe Cavallaro authored and David S. Miller committed Nov 29, 2008
1 parent 07ce720 commit feb7c74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65a467f553067fae21b66ac0778247c930936749
refs/heads/master: 914804b95caa61c633431262044034ab05c78ba4
5 changes: 5 additions & 0 deletions trunk/drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ config REALTEK_PHY
---help---
Supports the Realtek 821x PHY.

config NATIONAL_PHY
tristate "Drivers for National Semiconductor PHYs"
---help---
Currently supports the DP83865 PHY.

config FIXED_PHY
bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
depends on PHYLIB=y
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/phy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o
obj-$(CONFIG_NATIONAL_PHY) += national.o

0 comments on commit feb7c74

Please sign in to comment.