From d4b3183c73210eafa06e9cbba281e2bcc88d8f1e Mon Sep 17 00:00:00 2001 From: David Brownell <dbrownell@users.sourceforge.net> Date: Thu, 18 Dec 2008 00:04:41 -0800 Subject: [PATCH] DAVINCI_EMAC needs PHYLIB Make sure that PHYLIB is selected along with TI_DAVINCI_EMAC, to prevent link errors. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a53ef2e2943..882c4672ec0 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -910,6 +910,7 @@ config SMC91X config TI_DAVINCI_EMAC tristate "TI DaVinci EMAC Support" depends on ARM && ARCH_DAVINCI + select PHYLIB help This driver supports TI's DaVinci Ethernet . -- 2.25.4