This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / drivers / net / Kconfig
index 8828377..b124144 100644 (file)
@@ -1075,7 +1075,7 @@ config ETH16I
 
 config NE2000
        tristate "NE2000/NE1000 support"
-       depends on NET_ISA || (Q40 && m)
+       depends on ISA || (Q40 && m)
        select CRC32
        ---help---
          If you have a network (Ethernet) card of this type, say Y and read
@@ -2598,3 +2598,10 @@ config NETCONSOLE
        If you want to log kernel messages over the network, enable this.
        See Documentation/networking/netconsole.txt for details.
 
+config NETDUMP
+       tristate "Network kernel crash dump support"
+       depends on NETPOLL && NETPOLL_TRAP && X86
+       ---help---
+       Enable this option if you have a netdump server and you would like
+       to collect kernel crash dumps.
+