[PATCH] s390: cleanup Kconfig
[linux-block.git] / drivers / net / phy / Kconfig
index 6a2fe35834785cb2e17d80dfb2f01a02429e992b..fa39b944bc46a7df2eb947efea31298b4236977e 100644 (file)
@@ -6,20 +6,12 @@ menu "PHY device support"
 
 config PHYLIB
        tristate "PHY Device support and infrastructure"
-       depends on NET_ETHERNET
+       depends on NET_ETHERNET && (BROKEN || !S390)
        help
          Ethernet controllers are usually attached to PHY
          devices.  This option provides infrastructure for
          managing PHY devices.
 
-config PHYCONTROL
-       bool "  Support for automatically handling PHY state changes"
-       depends on PHYLIB
-       help
-         Adds code to perform all the work for keeping PHY link
-         state (speed/duplex/etc) up-to-date.  Also handles
-         interrupts.
-
 comment "MII PHY device drivers"
        depends on PHYLIB