Commit eeb70af9 authored by Bryan Wu's avatar Bryan Wu Committed by David S. Miller

Blackfin EMAC driver: add a select for the PHYLIB of this driver

Since we are adding requirement for the PHYLIB for this driver, there should be a select for that

Cc: Robin Getz <robin.getz@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 4ae5a3ad
...@@ -838,6 +838,8 @@ config BFIN_MAC ...@@ -838,6 +838,8 @@ config BFIN_MAC
tristate "Blackfin 536/537 on-chip mac support" tristate "Blackfin 536/537 on-chip mac support"
depends on NET_ETHERNET && (BF537 || BF536) && (!BF537_PORT_H) depends on NET_ETHERNET && (BF537 || BF536) && (!BF537_PORT_H)
select CRC32 select CRC32
select MII
select PHYLIB
select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
help help
This is the driver for blackfin on-chip mac device. Say Y if you want it This is the driver for blackfin on-chip mac device. Say Y if you want it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment