diff options
-rw-r--r-- | net/netfilter/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 99c0a0fa4a97..0e550127fa7e 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -102,8 +102,6 @@ config NF_CT_NETLINK | |||
102 | help | 102 | help |
103 | This option enables support for a netlink-based userspace interface | 103 | This option enables support for a netlink-based userspace interface |
104 | 104 | ||
105 | endmenu | ||
106 | |||
107 | config NETFILTER_XTABLES | 105 | config NETFILTER_XTABLES |
108 | tristate "Netfilter Xtables support (required for ip_tables)" | 106 | tristate "Netfilter Xtables support (required for ip_tables)" |
109 | help | 107 | help |
@@ -361,3 +359,5 @@ config NETFILTER_XT_MATCH_TCPMSS | |||
361 | 359 | ||
362 | To compile it as a module, choose M here. If unsure, say N. | 360 | To compile it as a module, choose M here. If unsure, say N. |
363 | 361 | ||
362 | endmenu | ||
363 | |||