Browse Source

Merge branch 'net/ax88796' of git://git.pengutronix.de/git/mkl/linux-2.6

David S. Miller 14 years ago
parent
commit
db62983a1e
2 changed files with 336 additions and 348 deletions
  1. 2 2
      drivers/net/Kconfig
  2. 334 346
      drivers/net/ax88796.c

+ 2 - 2
drivers/net/Kconfig

@@ -238,8 +238,8 @@ source "drivers/net/arm/Kconfig"
 config AX88796
 	tristate "ASIX AX88796 NE2000 clone support"
 	depends on ARM || MIPS || SUPERH
-	select CRC32
-	select MII
+	select PHYLIB
+	select MDIO_BITBANG
 	help
 	  AX88796 driver, using platform bus to provide
 	  chip detection and resources

File diff suppressed because it is too large
+ 334 - 346
drivers/net/ax88796.c


Some files were not shown because too many files changed in this diff