netdev/of/phy: Add MDIO bus multiplexer support.
[pandora-kernel.git] / drivers / net / phy / Kconfig
index 0e01f4e..99c0674 100644 (file)
@@ -135,6 +135,15 @@ config MDIO_OCTEON
 
          If in doubt, say Y.
 
+config MDIO_BUS_MUX
+       tristate
+       depends on OF_MDIO
+       help
+         This module provides a driver framework for MDIO bus
+         multiplexers which connect one of several child MDIO busses
+         to a parent bus.  Switching between child busses is done by
+         device specific drivers.
+
 endif # PHYLIB
 
 config MICREL_KS8995MA