config NF_CONNTRACK_H323
        tristate "H.323 protocol support"
-       depends on (IPV6 || IPV6=n)
+       depends on IPV6 || IPV6=n
        depends on NETFILTER_ADVANCED
        help
          H.323 is a VoIP signalling protocol from ITU-T. As one of the most
 
 config NETFILTER_XT_TARGET_HMARK
        tristate '"HMARK" target support'
-       depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n)
+       depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n
        depends on NETFILTER_ADVANCED
        ---help---
        This option adds the "HMARK" target.
 config NETFILTER_XT_TARGET_TEE
        tristate '"TEE" - packet cloning to alternate destination'
        depends on NETFILTER_ADVANCED
-       depends on (IPV6 || IPV6=n)
+       depends on IPV6 || IPV6=n
        depends on !NF_CONNTRACK || NF_CONNTRACK
        ---help---
        This option adds a "TEE" target with which a packet can be cloned and
        tristate '"TPROXY" target transparent proxying support'
        depends on NETFILTER_XTABLES
        depends on NETFILTER_ADVANCED
-       depends on (IPV6 || IPV6=n)
-       depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n)
+       depends on IPV6 || IPV6=n
+       depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n
        depends on IP_NF_MANGLE
        select NF_DEFRAG_IPV4
        select NF_DEFRAG_IPV6 if IP6_NF_IPTABLES
 
 config NETFILTER_XT_TARGET_TCPMSS
        tristate '"TCPMSS" target support'
-       depends on (IPV6 || IPV6=n)
+       depends on IPV6 || IPV6=n
        default m if NETFILTER_ADVANCED=n
        ---help---
          This option adds a `TCPMSS' target, which allows you to alter the
 
 config NETFILTER_XT_MATCH_HASHLIMIT
        tristate '"hashlimit" match support'
-       depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n)
+       depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n
        depends on NETFILTER_ADVANCED
        help
          This option adds a `hashlimit' match.
        depends on NETFILTER_XTABLES
        depends on NETFILTER_ADVANCED
        depends on !NF_CONNTRACK || NF_CONNTRACK
-       depends on (IPV6 || IPV6=n)
-       depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n)
+       depends on IPV6 || IPV6=n
+       depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n
        select NF_DEFRAG_IPV4
        select NF_DEFRAG_IPV6 if IP6_NF_IPTABLES
        help