Skip to content

Commit

Permalink
macb: Use generic PHY layer
Browse files Browse the repository at this point in the history
Convert the macb driver to use the generic PHY layer in
drivers/net/phy.

Signed-off-by: Frederic RODO <f.rodo@til-technologies.fr>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
frederic RODO authored and Jeff Garzik committed Jul 16, 2007
1 parent 54ab292 commit 6c36a70
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 257 deletions.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ config MII
config MACB
tristate "Atmel MACB support"
depends on AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263
select MII
select PHYLIB
help
The Atmel MACB ethernet interface is found on many AT32 and AT91
parts. Say Y to include support for the MACB chip.
Expand Down
Loading

0 comments on commit 6c36a70

Please sign in to comment.