diff options
author | Pankaj Bansal <pankaj.bansal@nxp.com> | 2019-02-25 09:16:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-27 23:52:20 +0300 |
commit | 7865ad6551c92779f309ef9e433dd6a00c7aeda7 (patch) | |
tree | 0bdf6db7891ebd918831a4560bbd3f2314e50ff9 /drivers/net/phy/Kconfig | |
parent | 43185c3b82c33df351bf6a605ca884c35099b6c6 (diff) | |
download | linux-7865ad6551c92779f309ef9e433dd6a00c7aeda7.tar.xz |
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 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 12 |
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 |