aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorMaxime Bizon <mbizon@freebox.fr>2009-06-30 21:29:36 -0400
committerDavid S. Miller <davem@davemloft.net>2009-07-07 22:23:51 -0400
commit09bb9aa0ed22bea814b0f137390f911af33ddd1b (patch)
tree121981bf01b28cf0b5354b07fde82153883a530b /drivers/net/phy/Kconfig
parent460deefae62db4472e8bd16b21c7d70f3c7fd785 (diff)
MIPS: BCM63XX: Add integrated ethernet PHY support for phylib.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> drivers/net/phy/Kconfig | 6 ++ drivers/net/phy/Makefile | 1 drivers/net/phy/bcm63xx.c | 132 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 139 insertions(+) create mode 100644 drivers/net/phy/bcm63xx.c Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index de9cf5136fdc..d5d8e1c5bc91 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -56,6 +56,12 @@ config BROADCOM_PHY
56 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 56 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
57 and BCM5482 PHYs. 57 and BCM5482 PHYs.
58 58
59config BCM63XX_PHY
60 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
61 depends on BCM63XX
62 ---help---
63 Currently supports the 6348 and 6358 PHYs.
64
59config ICPLUS_PHY 65config ICPLUS_PHY
60 tristate "Drivers for ICPlus PHYs" 66 tristate "Drivers for ICPlus PHYs"
61 ---help--- 67 ---help---