From: Randy Dunlap <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> --- drivers/net/Kconfig | 16 ++++++++++++++++ net/Kconfig | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff -Naurp linux-2613-rc2-curr/drivers/net/Kconfig~net_poll_console linux-2613-rc2-curr/drivers/net/Kconfig --- linux-2613-rc2-curr/drivers/net/Kconfig~net_poll_console 2005-07-12 20:39:28.000000000 -0700 +++ linux-2613-rc2-curr/drivers/net/Kconfig 2005-07-12 21:05:07.000000000 -0700 @@ -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 diff -Naurp linux-2613-rc2-curr/net/Kconfig~net_poll_console linux-2613-rc2-curr/net/Kconfig --- linux-2613-rc2-curr/net/Kconfig~net_poll_console 2005-07-12 20:39:28.000000000 -0700 +++ linux-2613-rc2-curr/net/Kconfig 2005-07-12 21:04:58.000000000 -0700 @@ -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" --- - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html