diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-08-27 17:04:47 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-27 22:59:39 -0700 |
commit | 2ba1b163c9d5d716fb1061f3fb76832cc6eea37f (patch) | |
tree | 86192c8cc81e03f368265af36553b31cb4cd24de /drivers/net/phy/Kconfig | |
parent | 3e8a72d1dae374cf6fc1dba97cec663585845ff9 (diff) | |
download | op-kernel-dev-2ba1b163c9d5d716fb1061f3fb76832cc6eea37f.zip op-kernel-dev-2ba1b163c9d5d716fb1061f3fb76832cc6eea37f.tar.gz |
net: phy: add generic UniMAC MDIO bus driver
Add a generic UniMAC MDIO bus driver and its Device Tree binding, which
can be used by the BCMGENET driver as-is, and the upcoming Starfighter 2
Ethernet switch MDIO bus controller.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 65de0ca..28437ab 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -205,6 +205,14 @@ config MDIO_BUS_MUX_MMIOREG Currently, only 8-bit registers are supported. +config MDIO_BCM_UNIMAC + tristate "Broadcom UniMAC MDIO bus controller" + help + This module provides a driver for the Broadcom UniMAC MDIO busses. + This hardware can be found in the Broadcom GENET Ethernet MAC + controllers as well as some Broadcom Ethernet switches such as the + Starfighter 2 switches. + endif # PHYLIB config MICREL_KS8995MA |