PHY fixed driver: rework release path and update phy_id notation
[deliverable/linux.git] / drivers / net / phy / Kconfig
index dd09011c7ee5d9656aec4891860c3ee3a6537b74..432c210513bedb764888bafd3ace5f412c5f4f3d 100644 (file)
@@ -76,4 +76,18 @@ config FIXED_MII_100_FDX
        bool "Emulation for 100M Fdx fixed PHY behavior"
        depends on FIXED_PHY
 
+config FIXED_MII_1000_FDX
+       bool "Emulation for 1000M Fdx fixed PHY behavior"
+       depends on FIXED_PHY
+
+config FIXED_MII_AMNT
+        int "Number of emulated PHYs to allocate "
+        depends on FIXED_PHY
+        default "1"
+        ---help---
+        Sometimes it is required to have several independent emulated
+        PHYs on the bus (in case of multi-eth but phy-less HW for instance).
+        This control will have specified number allocated for each fixed
+        PHY type enabled.
+
 endif # PHYLIB
This page took 0.04365 seconds and 5 git commands to generate.