From: Bryan Wu Date: Wed, 19 Sep 2007 15:37:41 +0000 (+0800) Subject: Blackfin EMAC driver: add a select for the PHYLIB of this driver X-Git-Tag: v3.12-rc1~26468^2~439 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eeb70af91d3f38ba429d3c8e0519b3c1ff8a0955;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Bryan Wu Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 83b3f7b..9dc4a80 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