Skip to content

Commit

Permalink
tc35815: Use generic PHY layer
Browse files Browse the repository at this point in the history
Convert the tc35815 driver to use the generic PHY layer in
drivers/net/phy.  Also rename 'boardtype' to 'chiptype' which hould be
more appropriate.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Atsushi Nemoto authored and Jeff Garzik committed Apr 17, 2008
1 parent 22adf7e commit c6686fe
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 752 deletions.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ config CS89x0
config TC35815
tristate "TOSHIBA TC35815 Ethernet support"
depends on NET_PCI && PCI && MIPS
select MII
select PHYLIB

config EEPRO100
tristate "EtherExpressPro/100 support (eepro100, original Becker driver)"
Expand Down
Loading

0 comments on commit c6686fe

Please sign in to comment.