Remove stale "depends on NETDEV_1000"in staging drivers
[pandora-kernel.git] / drivers / staging / et131x / Kconfig
index e11cf34..9e1864c 100644 (file)
@@ -1,18 +1,9 @@
 config ET131X
        tristate "Agere ET-1310 Gigabit Ethernet support"
-       depends on NETDEV_1000 && PCI
+       depends on PCI
        default n
        ---help---
          This driver supports Agere ET-1310 ethernet adapters.
 
          To compile this driver as a module, choose M here. The module
          will be called et131x.
-
-config ET131X_DEBUG
-       bool "Enable et131x debugging"
-       depends on ET131X
-       default n
-       ---help---
-         Say Y for detailed debug information.
-
-         If in doubt, say N.