Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33502
b: refs/heads/master
c: ce973b1
h: refs/heads/master
v: v3
  • Loading branch information
Li Yang authored and Jeff Garzik committed Aug 19, 2006
1 parent e6bdbb0 commit 9f561c4
Show file tree
Hide file tree
Showing 7 changed files with 6,666 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: e4c780b1ffc7d7bc27b7dc57fcf17ebb8d3006bc
refs/heads/master: ce973b141dfac4a0f160c7435d65e3ea47753ce8
27 changes: 27 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2219,6 +2219,33 @@ config GFAR_NAPI
bool "NAPI Support"
depends on GIANFAR

config UCC_GETH
tristate "Freescale QE UCC GETH"
depends on QUICC_ENGINE && UCC_FAST
help
This driver supports the Gigabit Ethernet mode of QE UCC.
QE can be found on MPC836x CPUs.

config UGETH_NAPI
bool "NAPI Support"
depends on UCC_GETH

config UGETH_MAGIC_PACKET
bool "Magic Packet detection support"
depends on UCC_GETH

config UGETH_FILTERING
bool "Mac address filtering support"
depends on UCC_GETH

config UGETH_TX_ON_DEMOND
bool "Transmit on Demond support"
depends on UCC_GETH

config UGETH_HAS_GIGA
bool
depends on UCC_GETH && MPC836x

config MV643XX_ETH
tristate "MV-643XX Ethernet support"
depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ gianfar_driver-objs := gianfar.o \
gianfar_mii.o \
gianfar_sysfs.o

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

#
# link order important here
#
Expand Down
Loading

0 comments on commit 9f561c4

Please sign in to comment.