1# Copyright (c) 2022 Meta
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config TEST_HASH_FUNC_NUM_BUCKETS
6	int "Number of buckets for Hash Function test"
7	range 40 2147483648
8	default 40
9
10config TEST_HASH_FUNC_NUM_ENTRIES
11	int "Number of entries for Hash Function test"
12	range 400 2147483648
13	default 400
14
15config TEST_HASH_FUNC_DEBUG
16	bool "Print debugging information"
17
18source "Kconfig.zephyr"
19