default or selected kernelversion does not have config value CONFIG_IP_NF_MATCH_HASHLIMIT.
Result is shown for kernelversion 5.4.123

hashlimit match support

modulename: ipt_hashlimit.ko

configname: CONFIG_IP_NF_MATCH_HASHLIMIT

Linux Kernel Configuration
└─>Networking support
└─>Networking options
└─>Network packet filtering (replaces ipchains)
└─>IP: Netfilter Configuration
└─>hashlimit match support
In linux kernel since version 2.6.12  
This option adds a new iptables `hashlimit' match.

As opposed to `limit', this match dynamically crates a hash table
of limit buckets, based on your selection of source/destination
ip addresses and/or ports.

It enables you to express policies like `10kpps for any given
destination IP' or `500pps from any given source IP' with a single
IPtables rule.

source code: