Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291379
b: refs/heads/master
c: b737011
h: refs/heads/master
i:
  291377: 2fec99b
  291375: 6e84b0e
v: v3
  • Loading branch information
stigge@antcom.de authored and David S. Miller committed Mar 13, 2012
1 parent 9027d4a commit cdad6a6
Show file tree
Hide file tree
Showing 6 changed files with 1,616 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: 1f5f3a75e216fe771b8d6805e0bb2f43595a6ee1
refs/heads/master: b7370112f5195ae2e2e52b5ef46961422fa4daf0
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ config NET_NETX

source "drivers/net/ethernet/nuvoton/Kconfig"
source "drivers/net/ethernet/nvidia/Kconfig"
source "drivers/net/ethernet/nxp/Kconfig"
source "drivers/net/ethernet/octeon/Kconfig"
source "drivers/net/ethernet/oki-semi/Kconfig"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ obj-$(CONFIG_NET_VENDOR_NATSEMI) += natsemi/
obj-$(CONFIG_NET_NETX) += netx-eth.o
obj-$(CONFIG_NET_VENDOR_NUVOTON) += nuvoton/
obj-$(CONFIG_NET_VENDOR_NVIDIA) += nvidia/
obj-$(CONFIG_LPC_ENET) += nxp/
obj-$(CONFIG_OCTEON_MGMT_ETHERNET) += octeon/
obj-$(CONFIG_NET_VENDOR_OKI) += oki-semi/
obj-$(CONFIG_ETHOC) += ethoc.o
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/net/ethernet/nxp/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config LPC_ENET
tristate "NXP ethernet MAC on LPC devices"
depends on ARCH_LPC32XX
select PHYLIB
help
Say Y or M here if you want to use the NXP ethernet MAC included on
some NXP LPC devices. You can safely enable this option for LPC32xx
SoC. Also available as a module.
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/nxp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_LPC_ENET) += lpc_eth.o
Loading

0 comments on commit cdad6a6

Please sign in to comment.