Skip to content

Commit

Permalink
ax88796: use generic mdio_bitbang driver
Browse files Browse the repository at this point in the history
..instead of using hand-crafted and not proper working version.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Marc Kleine-Budde committed Feb 21, 2011
1 parent c9218c3 commit f6d7f2c
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 200 deletions.
4 changes: 2 additions & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit f6d7f2c

Please sign in to comment.