]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/phy/Kconfig
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
[linux-2.6-omap-h63xx.git] / drivers / net / phy / Kconfig
index 14f4de1a8180289db3f05ca5395c3a93d6df0296..cda3e53d69176f803e471cdfad71892ad371f95b 100644 (file)
@@ -6,20 +6,12 @@ menu "PHY device support"
 
 config PHYLIB
        tristate "PHY Device support and infrastructure"
-       depends on NET_ETHERNET && (BROKEN || !ARCH_S390)
+       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
 
@@ -53,5 +45,11 @@ config CICADA_PHY
        ---help---
          Currently supports the cis8204
 
+config SMSC_PHY
+       tristate "Drivers for SMSC PHYs"
+       depends on PHYLIB
+       ---help---
+         Currently supports the LAN83C185 PHY
+
 endmenu