diff options
author | David S. Miller <davem@davemloft.net> | 2014-02-14 00:28:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-14 00:28:30 -0500 |
commit | a56cddd8dcbd1410074cce0d5c1354fcbe635755 (patch) | |
tree | f93f6823c932572ef20c6688ff84e75a1f259424 /drivers/net/phy/Kconfig | |
parent | c045a734da4cb6d4665962f252de3d8871136ae9 (diff) | |
parent | 32ec90d5d5bb7569374801bcb3fed77f688ed8f7 (diff) | |
download | blackbird-op-linux-a56cddd8dcbd1410074cce0d5c1354fcbe635755.tar.gz blackbird-op-linux-a56cddd8dcbd1410074cce0d5c1354fcbe635755.zip |
Merge branch 'bcmgenet'
Florian Fainelli says:
====================
Support for the Broadcom GENET driver
This patchset adds support for the Broadcom GENET Gigabit Ethernet MAC
controller. This controller is found on the Broadcom BCM7xxx Set Top Box
System-on-a-chips.
Changes since v4:
- add dependency on CONFIG_OF
Changes since v3:
- fixed Kconfig dependency on FIXED_PHY
Changes since v2:
- dropped the patch that adds an "internal" phy-mode
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 9b5d46c03eed..6a17f92153b3 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -71,6 +71,12 @@ config BCM63XX_PHY ---help--- Currently supports the 6348 and 6358 PHYs. +config BCM7XXX_PHY + tristate "Drivers for Broadcom 7xxx SOCs internal PHYs" + ---help--- + Currently supports the BCM7366, BCM7439, BCM7445, and + 40nm and 65nm generation of BCM7xxx Set Top Box SoCs. + config BCM87XX_PHY tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs" help |