diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 11:19:45 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 11:39:34 -0800 |
commit | ba7244e4c9fc0fc94b8e4a73ad845670f19ddaeb (patch) | |
tree | 554331f8d31056e1da78d2f074f592a75d44b3bc /net/decnet | |
parent | fa201d647b78ddee7a0758ae702595ee5c9bea41 (diff) | |
download | linux-ba7244e4c9fc0fc94b8e4a73ad845670f19ddaeb.tar.gz linux-ba7244e4c9fc0fc94b8e4a73ad845670f19ddaeb.tar.bz2 linux-ba7244e4c9fc0fc94b8e4a73ad845670f19ddaeb.zip |
net/decnet/netfilter: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
CC: Pablo Neira Ayuso <pablo@netfilter.org>
CC: Patrick McHardy <kaber@trash.net>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/decnet')
-rw-r--r-- | net/decnet/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/decnet/netfilter/Kconfig b/net/decnet/netfilter/Kconfig index 2f81de5e752f..8d7c109d5109 100644 --- a/net/decnet/netfilter/Kconfig +++ b/net/decnet/netfilter/Kconfig @@ -3,7 +3,7 @@ # menu "DECnet: Netfilter Configuration" - depends on DECNET && NETFILTER && EXPERIMENTAL + depends on DECNET && NETFILTER depends on NETFILTER_ADVANCED config DECNET_NF_GRABULATOR |