Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134292
b: refs/heads/master
c: 1577ece
h: refs/heads/master
v: v3
  • Loading branch information
Andy Fleming authored and David S. Miller committed Feb 5, 2009
1 parent 7d9f140 commit a60de32
Show file tree
Hide file tree
Showing 13 changed files with 550 additions and 491 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: 9c46f6d42f1b5627c49a5906cb5b315ad8716ff0
refs/heads/master: 1577ecef766650a57fceb171acee2b13cbfaf1d3
9 changes: 9 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2272,9 +2272,17 @@ config GELIC_WIRELESS_OLD_PSK_INTERFACE

If unsure, say N.

config FSL_PQ_MDIO
tristate "Freescale PQ MDIO"
depends on FSL_SOC
select PHYLIB
help
This driver supports the MDIO bus used by the gianfar and UCC drivers.

config GIANFAR
tristate "Gianfar Ethernet"
depends on FSL_SOC
select FSL_PQ_MDIO
select PHYLIB
select CRC32
help
Expand All @@ -2284,6 +2292,7 @@ config GIANFAR
config UCC_GETH
tristate "Freescale QE Gigabit Ethernet"
depends on QUICC_ENGINE
select FSL_PQ_MDIO
select PHYLIB
help
This driver supports the Gigabit Ethernet mode of the QUICC Engine,
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ obj-$(CONFIG_JME) += jme.o

gianfar_driver-objs := gianfar.o \
gianfar_ethtool.o \
gianfar_mii.o \
gianfar_sysfs.o

obj-$(CONFIG_UCC_GETH) += ucc_geth_driver.o
ucc_geth_driver-objs := ucc_geth.o ucc_geth_mii.o ucc_geth_ethtool.o
ucc_geth_driver-objs := ucc_geth.o ucc_geth_ethtool.o

obj-$(CONFIG_FSL_PQ_MDIO) += fsl_pq_mdio.o

#
# link order important here
Expand Down
Loading

0 comments on commit a60de32

Please sign in to comment.