Add fs_enet ethernet network driver, for several embedded platforms.

This commit is contained in:
Pantelis Antoniou
2005-10-28 16:25:58 -04:00
committed by Jeff Garzik
parent d8840ac907
commit 48257c4f16
13 changed files with 4400 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
config FS_ENET
tristate "Freescale Ethernet Driver"
depends on NET_ETHERNET && (CPM1 || CPM2)
select MII
config FS_ENET_HAS_SCC
bool "Chip has an SCC usable for ethernet"
depends on FS_ENET && (CPM1 || CPM2)
default y
config FS_ENET_HAS_FCC
bool "Chip has an FCC usable for ethernet"
depends on FS_ENET && CPM2
default y
config FS_ENET_HAS_FEC
bool "Chip has an FEC usable for ethernet"
depends on FS_ENET && CPM1
default y