diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-06-15 00:07:58 +0200 |
---|---|---|
committer | David S. Miller <davem@conan.davemloft.net> | 2011-06-17 05:45:01 +0200 |
commit | f1dc045e685ea5424b3445c1ccaa0a25b3d661ec (patch) | |
tree | 93227e223149aa646784e28d6145171ed6588c98 /drivers/net/phy/Kconfig | |
parent | ppp: use PPP_TRANS instead of the magic number 0x20 (diff) | |
download | linux-f1dc045e685ea5424b3445c1ccaa0a25b3d661ec.tar.xz linux-f1dc045e685ea5424b3445c1ccaa0a25b3d661ec.zip |
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 <ralf@linux-mips.org>
drivers/net/phy/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Acked-by: Florian Fainelli <ffainelli@freebox.fr>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | 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 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. |