config NF_CONNTRACK_ZONES
        bool  'Connection tracking zones'
        depends on NETFILTER_ADVANCED
-       depends on NETFILTER_XT_TARGET_CT
        help
          This option enables support for connection tracking zones.
          Normally, each connection needs to have a unique system wide
          If unsure, say `N'.
 
 config NF_CONNTRACK_LABELS
-       bool
+       bool "Connection tracking labels"
        help
          This option enables support for assigning user-defined flag bits
-         to connection tracking entries.  It selected by the connlabel match.
+         to connection tracking entries.  It can be used with xtables connlabel
+         match and the nftables ct expression.
 
 config NF_CT_PROTO_DCCP
        bool 'DCCP protocol connection tracking support'