diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-09-19 17:37:41 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-11 01:51:51 +0200 |
commit | eeb70af91d3f38ba429d3c8e0519b3c1ff8a0955 (patch) | |
tree | 5f01d1a6ca89e6dfc36acd65e784c9c18f41b595 /drivers/net/Kconfig | |
parent | Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driver (diff) | |
download | linux-eeb70af91d3f38ba429d3c8e0519b3c1ff8a0955.tar.xz linux-eeb70af91d3f38ba429d3c8e0519b3c1ff8a0955.zip |
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: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 83b3f7b8fb73..9dc4a80a6acd 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -838,6 +838,8 @@ config BFIN_MAC tristate "Blackfin 536/537 on-chip mac support" depends on NET_ETHERNET && (BF537 || BF536) && (!BF537_PORT_H) select CRC32 + select MII + select PHYLIB select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE help This is the driver for blackfin on-chip mac device. Say Y if you want it |