aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorPankaj Bansal <pankaj.bansal@nxp.com>2019-02-25 06:16:55 +0000
committerDavid S. Miller <davem@davemloft.net>2019-02-27 12:52:20 -0800
commit7865ad6551c92779f309ef9e433dd6a00c7aeda7 (patch)
tree0bdf6db7891ebd918831a4560bbd3f2314e50ff9 /drivers/net/phy/Kconfig
parentdt-bindings: net: Add bindings for mdio mux consumers (diff)
downloadlinux-dev-7865ad6551c92779f309ef9e433dd6a00c7aeda7.tar.xz
linux-dev-7865ad6551c92779f309ef9e433dd6a00c7aeda7.zip
drivers: net: phy: mdio-mux: Add support for Generic Mux controls
Add support for Generic Mux controls, when Mdio mux node is a consumer of mux produced by some other device. Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/phy/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 3d187cd50eb0..7f66af446ec7 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -87,6 +87,18 @@ config MDIO_BUS_MUX_MMIOREG
Currently, only 8/16/32 bits registers are supported.
+config MDIO_BUS_MUX_MULTIPLEXER
+ tristate "MDIO bus multiplexer using kernel multiplexer subsystem"
+ depends on OF
+ select MULTIPLEXER
+ select MDIO_BUS_MUX
+ help
+ This module provides a driver for MDIO bus multiplexer
+ that is controlled via the kernel multiplexer subsystem. The
+ bus multiplexer connects one of several child MDIO busses to
+ a parent bus. Child bus selection is under the control of
+ the kernel multiplexer subsystem.
+
config MDIO_CAVIUM
tristate