diff options
-rw-r--r-- | net/netfilter/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 390f96cc8ed4..49e96df5fbc4 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -682,6 +682,9 @@ config NETFILTER_XT_TARGET_NFQUEUE | |||
682 | 682 | ||
683 | config NETFILTER_XT_TARGET_NOTRACK | 683 | config NETFILTER_XT_TARGET_NOTRACK |
684 | tristate '"NOTRACK" target support (DEPRECATED)' | 684 | tristate '"NOTRACK" target support (DEPRECATED)' |
685 | depends on NF_CONNTRACK | ||
686 | depends on IP_NF_RAW || IP6_NF_RAW | ||
687 | depends on NETFILTER_ADVANCED | ||
685 | select NETFILTER_XT_TARGET_CT | 688 | select NETFILTER_XT_TARGET_CT |
686 | 689 | ||
687 | config NETFILTER_XT_TARGET_RATEEST | 690 | config NETFILTER_XT_TARGET_RATEEST |