2007-05-21 19:56:47

by Chris Wright

[permalink] [raw]
Subject: [patch 33/69] NETPOLL: Remove CONFIG_NETPOLL_RX

-stable review patch. If anyone has any objections, please let us know.
---------------------

From: Sergei Shtylyov <[email protected]>

Get rid of the CONFIG_NETPOLL_RX option completely since all the
dependencies have been removed long ago...

Signed-off-by: Sergei Shtylyov <[email protected]>
Acked-by: Jeff Garzik <[email protected]>
Acked-by: Matt Mackall <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Chris Wright <[email protected]>

---
drivers/net/Kconfig | 5 -----
1 file changed, 5 deletions(-)

--- linux-2.6.21.1.orig/drivers/net/Kconfig
+++ linux-2.6.21.1/drivers/net/Kconfig
@@ -2929,11 +2929,6 @@ endif #NETDEVICES
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

--