]> err.no Git - linux-2.6/commitdiff
[NET]: Kconfig: NETCONSOLE and NETPOLL together
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 18 Jul 2005 20:45:12 +0000 (13:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2005 20:45:12 +0000 (13:45 -0700)
Put NETCONSOLE and NETPOLL options together since they are related.
This cuts down on the hassle of flipping back and forth between
the Networking menu and the Network drivers menu to change their
config settings.

Tested with menuconfig, gconfig, and xconfig.
gconfig has a small problem with this.  I think that it's
a bug in gconfig and I will take it up with Romain Lievin.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
net/Kconfig

index 9a07ff7a7777dc6edabca5079a7d120591ab6a13..f827f0a1e1a67d29532824614b805a13e05c01be 100644 (file)
@@ -2549,4 +2549,20 @@ config NETCONSOLE
        If you want to log kernel messages over the network, enable this.
        See <file:Documentation/networking/netconsole.txt> for details.
 
+config NETPOLL
+       def_bool NETCONSOLE
+
+config NETPOLL_RX
+       bool "Netpoll support for trapping incoming packets"
+       default n
+       depends on NETPOLL
+
+config NETPOLL_TRAP
+       bool "Netpoll traffic trapping"
+       default n
+       depends on NETPOLL
+
+config NET_POLL_CONTROLLER
+       def_bool NETPOLL
+
 endmenu
index 2684e809a64927fb4f1f7955233848019f76da1e..40a31ba86d2c9b689d4e59152539e4e4f10930db 100644 (file)
@@ -209,22 +209,6 @@ endmenu
 
 endmenu
 
-config NETPOLL
-       def_bool NETCONSOLE
-
-config NETPOLL_RX
-       bool "Netpoll support for trapping incoming packets"
-       default n
-       depends on NETPOLL
-
-config NETPOLL_TRAP
-       bool "Netpoll traffic trapping"
-       default n
-       depends on NETPOLL
-
-config NET_POLL_CONTROLLER
-       def_bool NETPOLL
-
 source "net/ax25/Kconfig"
 source "net/irda/Kconfig"
 source "net/bluetooth/Kconfig"