AR7 ethernet
New version which uses less locking and drops old API Signed-off-by: Matteo Croce <technoboy85@gmail.com> Signed-off-by: Eugene Konev <ejka@imfi.kspu.ru> Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
Jeff Garzik
parent
e0d7c5269a
commit
d95b39c390
@@ -1780,6 +1780,15 @@ config SC92031
|
|||||||
To compile this driver as a module, choose M here: the module
|
To compile this driver as a module, choose M here: the module
|
||||||
will be called sc92031. This is recommended.
|
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
|
config NET_POCKET
|
||||||
bool "Pocket and portable adapters"
|
bool "Pocket and portable adapters"
|
||||||
depends on PARPORT
|
depends on PARPORT
|
||||||
|
@@ -159,6 +159,7 @@ obj-$(CONFIG_8139CP) += 8139cp.o
|
|||||||
obj-$(CONFIG_8139TOO) += 8139too.o
|
obj-$(CONFIG_8139TOO) += 8139too.o
|
||||||
obj-$(CONFIG_ZNET) += znet.o
|
obj-$(CONFIG_ZNET) += znet.o
|
||||||
obj-$(CONFIG_LAN_SAA9730) += saa9730.o
|
obj-$(CONFIG_LAN_SAA9730) += saa9730.o
|
||||||
|
obj-$(CONFIG_CPMAC) += cpmac.o
|
||||||
obj-$(CONFIG_DEPCA) += depca.o
|
obj-$(CONFIG_DEPCA) += depca.o
|
||||||
obj-$(CONFIG_EWRK3) += ewrk3.o
|
obj-$(CONFIG_EWRK3) += ewrk3.o
|
||||||
obj-$(CONFIG_ATP) += atp.o
|
obj-$(CONFIG_ATP) += atp.o
|
||||||
|
1174
drivers/net/cpmac.c
Normal file
1174
drivers/net/cpmac.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user