From: Ralf Baechle Date: Tue, 14 Jun 2011 22:07:58 +0000 (+0000) Subject: phylib: Allow BCM63XX PHY to be selected only on BCM63XX. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f1dc045e685ea5424b3445c1ccaa0a25b3d661ec;p=linux-beck.git phylib: Allow BCM63XX PHY to be selected only on BCM63XX. This PHY is available integrated into BCM63xx series SOCs only. Signed-off-by: Ralf Baechle drivers/net/phy/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Acked-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 392a6c4b72e5..a70244306c94 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.