X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2FKconfig;h=c07aafb59a0fb5a829e68b14bf16c597137d15e3;hb=5170dbebbb2e9159cdf6bbf35e5d79cd7009799a;hp=2684e809a64927fb4f1f7955233848019f76da1e;hpb=1b3035b7fcc72b6b36f2a3634dad832eb2453ce8;p=linux-2.6 diff --git a/net/Kconfig b/net/Kconfig index 2684e809a6..c07aafb59a 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -147,6 +147,7 @@ source "net/bridge/netfilter/Kconfig" endif +source "net/dccp/Kconfig" source "net/sctp/Kconfig" source "net/atm/Kconfig" source "net/bridge/Kconfig" @@ -205,25 +206,11 @@ config NET_PKTGEN To compile this code as a module, choose M here: the module will be called pktgen. -endmenu +source "net/netfilter/Kconfig" 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 +endmenu source "net/ax25/Kconfig" source "net/irda/Kconfig"