To compile it as a module, choose M here.  If unsure, say N.
 
 # The targets
-config IP6_NF_FILTER
-       tristate "Packet filtering"
+config IP6_NF_TARGET_LOG
+       tristate "LOG target support"
        depends on IP6_NF_IPTABLES
        default m if NETFILTER_ADVANCED=n
        help
-         Packet filtering defines a table `filter', which has a series of
-         rules for simple packet filtering at local input, forwarding and
-         local output.  See the man page for iptables(8).
+         This option adds a `LOG' target, which allows you to create rules in
+         any iptables table which records the packet header to the syslog.
 
          To compile it as a module, choose M here.  If unsure, say N.
 
-config IP6_NF_TARGET_LOG
-       tristate "LOG target support"
-       depends on IP6_NF_FILTER
+config IP6_NF_FILTER
+       tristate "Packet filtering"
+       depends on IP6_NF_IPTABLES
        default m if NETFILTER_ADVANCED=n
        help
-         This option adds a `LOG' target, which allows you to create rules in
-         any iptables table which records the packet header to the syslog.
+         Packet filtering defines a table `filter', which has a series of
+         rules for simple packet filtering at local input, forwarding and
+         local output.  See the man page for iptables(8).
 
          To compile it as a module, choose M here.  If unsure, say N.