diff options
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index bc298a3f236f..06fec80a0089 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -21,7 +21,7 @@ config NF_CONNTRACK_IPV4 | |||
21 | 21 | ||
22 | config NF_CONNTRACK_PROC_COMPAT | 22 | config NF_CONNTRACK_PROC_COMPAT |
23 | bool "proc/sysctl compatibility with old connection tracking" | 23 | bool "proc/sysctl compatibility with old connection tracking" |
24 | depends on NF_CONNTRACK | 24 | depends on NF_CONNTRACK_IPV4 |
25 | default y | 25 | default y |
26 | help | 26 | help |
27 | This option enables /proc and sysctl compatibility with the old | 27 | This option enables /proc and sysctl compatibility with the old |