Skip to content

Commit 6c36a70

Browse files
frederic RODOJeff Garzik
authored andcommitted
macb: Use generic PHY layer
Convert the macb driver to use the generic PHY layer in drivers/net/phy. Signed-off-by: Frederic RODO <[email protected]> Signed-off-by: Haavard Skinnemoen <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 54ab292 commit 6c36a70

File tree

5 files changed

+208
-257
lines changed

5 files changed

+208
-257
lines changed

drivers/net/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ config MII
187187
config MACB
188188
tristate "Atmel MACB support"
189189
depends on AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263
190-
select MII
190+
select PHYLIB
191191
help
192192
The Atmel MACB ethernet interface is found on many AT32 and AT91
193193
parts. Say Y to include support for the MACB chip.

0 commit comments

Comments
 (0)