From: Uwe Kleine-König Date: Sun, 3 Oct 2010 23:43:33 +0000 (+0000) Subject: don't let BCM63XX_PHY depend on non-existant symbol X-Git-Tag: v2.6.37-rc1~147^2~248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10ff4c682972bf714c03ea71e169472cdc329a1e;p=profile%2Fivi%2Fkernel-x86-ivi.git don't let BCM63XX_PHY depend on non-existant symbol The kernel doesn't have a symbol called BCM63XX. There is a symbol BCM63XX_ENET (introduced in 9b1fc55a0500, 6 weeks after 09bb9aa0ed that introduced BCM63XX_PHY), but the driver compiles without that, too. Cc: Maxime Bizon Cc: Florian Fainelli Cc: David S. Miller Cc: Ralf Baechle Signed-off-by: Uwe Kleine-König Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index eb799b3..cb3d13e 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -58,7 +58,6 @@ config BROADCOM_PHY config BCM63XX_PHY tristate "Drivers for Broadcom 63xx SOCs internal PHY" - depends on BCM63XX ---help--- Currently supports the 6348 and 6358 PHYs.