Commit d95b39c3 authored by Matteo Croce's avatar Matteo Croce Committed by Jeff Garzik
Browse files

AR7 ethernet



New version which uses less locking and drops old API

Signed-off-by: default avatarMatteo Croce <technoboy85@gmail.com>
Signed-off-by: default avatarEugene Konev <ejka@imfi.kspu.ru>
Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent e0d7c526
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1780,6 +1780,15 @@ config SC92031
	  To compile this driver as a module, choose M here: the module
	  will be called sc92031.  This is recommended.

config CPMAC
	tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)"
	depends on NET_ETHERNET && EXPERIMENTAL && AR7
	select PHYLIB
	select FIXED_PHY
	select FIXED_MII_100_FDX
	help
	  TI AR7 CPMAC Ethernet support

config NET_POCKET
	bool "Pocket and portable adapters"
	depends on PARPORT
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ obj-$(CONFIG_8139CP) += 8139cp.o
obj-$(CONFIG_8139TOO) += 8139too.o
obj-$(CONFIG_ZNET) += znet.o
obj-$(CONFIG_LAN_SAA9730) += saa9730.o
obj-$(CONFIG_CPMAC) += cpmac.o
obj-$(CONFIG_DEPCA) += depca.o
obj-$(CONFIG_EWRK3) += ewrk3.o
obj-$(CONFIG_ATP) += atp.o

drivers/net/cpmac.c

0 → 100644
+1174 −0

File added.

Preview size limit exceeded, changes collapsed.