Merge remote-tracking branch 'spi/fix/imx' into spi-linus
[deliverable/linux.git] / drivers / net / phy / Kconfig
index f0a77020037af0790f37b4098e4f6937c6a1ebee..6dad9a9c356c3d513b44c63f9e2b9c2d9c3e9739 100644 (file)
@@ -183,15 +183,29 @@ config MDIO_GPIO
          To compile this driver as a module, choose M here: the module
          will be called mdio-gpio.
 
+config MDIO_CAVIUM
+       tristate
+
 config MDIO_OCTEON
-       tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
+       tristate "Support for MDIO buses on Octeon and some ThunderX SOCs"
        depends on 64BIT
        depends on HAS_IOMEM
+       select MDIO_CAVIUM
        help
-
          This module provides a driver for the Octeon and ThunderX MDIO
-         busses. It is required by the Octeon and ThunderX ethernet device
-         drivers.
+         buses. It is required by the Octeon and ThunderX ethernet device
+         drivers on some systems.
+
+config MDIO_THUNDER
+       tristate "Support for MDIO buses on ThunderX SOCs"
+       depends on 64BIT
+       depends on PCI
+       select MDIO_CAVIUM
+       help
+         This driver supports the MDIO interfaces found on Cavium
+         ThunderX SoCs when the MDIO bus device appears as a PCI
+         device.
+
 
 config MDIO_SUN4I
        tristate "Allwinner sun4i MDIO interface support"
This page took 0.029567 seconds and 5 git commands to generate.