diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-10-03 19:43:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-05 03:34:30 -0400 |
commit | 10ff4c682972bf714c03ea71e169472cdc329a1e (patch) | |
tree | 1e1017a6d5eaa3eb34a0610a44380a1186edae11 | |
parent | cf93c94581bab447a5634c6d737c1cf38c080261 (diff) |
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 <mbizon@freebox.fr>
Cc: Florian Fainelli <florian@openwrt.org>
Cc: David S. Miller <davem@davemloft.net>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/phy/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index eb799b36c86a..cb3d13e4e074 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -58,7 +58,6 @@ config BROADCOM_PHY | |||
58 | 58 | ||
59 | config BCM63XX_PHY | 59 | config BCM63XX_PHY |
60 | tristate "Drivers for Broadcom 63xx SOCs internal PHY" | 60 | tristate "Drivers for Broadcom 63xx SOCs internal PHY" |
61 | depends on BCM63XX | ||
62 | ---help--- | 61 | ---help--- |
63 | Currently supports the 6348 and 6358 PHYs. | 62 | Currently supports the 6348 and 6358 PHYs. |
64 | 63 | ||