All of lore.kernel.org
 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

* Re: [PATCH] phylib: Allow BCM63XX PHY to be selected only on BCM63XX.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2011-06-15  8:20 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: David S. Miller, netdev, linux-mips

On Wednesday 15 June 2011 10:07:58 Ralf Baechle wrote:
> This PHY is available integrated into BCM63xx series SOCs only.
> 
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Acked-by: Florian Fainelli <ffainelli@freebox.fr>

> 
>  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	[flat|nested] 3+ messages in thread

* Re: [PATCH] phylib: Allow BCM63XX PHY to be selected only on BCM63XX.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2011-06-17  3:45 UTC (permalink / raw)
  To: ralf; +Cc: netdev, linux-mips, ffainelli

From: Ralf Baechle <ralf@linux-mips.org>
Date: Wed, 15 Jun 2011 09:07:58 +0100

> This PHY is available integrated into BCM63xx series SOCs only.
> 
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Applied, thanks.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.