diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2007-04-28 23:58:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-04-28 23:58:22 -0400 |
commit | d16bfd0c77b35a0a0f0e159b94b9921510bf7934 (patch) | |
tree | 82331df1ceea6b4128bd9114b30a5d34d5ba20b4 /drivers/net/Kconfig | |
parent | 5f286e113fa377e50bd18fc45e5a0d4d83f6950c (diff) |
[NETPOLL]: Remove CONFIG_NETPOLL_RX
Get rid of the CONFIG_NETPOLL_RX option completely since all the
dependencies have been removed long ago...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Acked-by: Jeff Garzik <jgarzik@pobox.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a3d46ea37126..32a3003893d8 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2929,11 +2929,6 @@ endif #NETDEVICES | |||
2929 | config NETPOLL | 2929 | config NETPOLL |
2930 | def_bool NETCONSOLE | 2930 | def_bool NETCONSOLE |
2931 | 2931 | ||
2932 | config NETPOLL_RX | ||
2933 | bool "Netpoll support for trapping incoming packets" | ||
2934 | default n | ||
2935 | depends on NETPOLL | ||
2936 | |||
2937 | config NETPOLL_TRAP | 2932 | config NETPOLL_TRAP |
2938 | bool "Netpoll traffic trapping" | 2933 | bool "Netpoll traffic trapping" |
2939 | default n | 2934 | default n |