[PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power too
[linux-2.6] / drivers / net / phy / Kconfig
index c782a63..cda3e53 100644 (file)
@@ -6,7 +6,7 @@ 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
@@ -45,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