Netdev List
 help / color / mirror / Atom feed
* [PATCH] phylib: Allow BCM63XX PHY to be selected only on BCM63XX.
@ 2011-06-15  8:07 Ralf Baechle
  2011-06-15  8:20 ` Florian Fainelli
  2011-06-17  3:45 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Ralf Baechle @ 2011-06-15  8:07 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, linux-mips, Florian Fainelli

This PHY is available integrated into BCM63xx series SOCs only.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

 drivers/net/phy/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 392a6c4..a702443 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -58,6 +58,7 @@ 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.
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-17  3:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15  8:07 [PATCH] phylib: Allow BCM63XX PHY to be selected only on BCM63XX Ralf Baechle
2011-06-15  8:20 ` Florian Fainelli
2011-06-17  3:45 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox