7ef8911e8c
The malloc arena/heap size setting can be adjusted using different Kconfig options, depending on the libc implementation. This means prj.conf can't be used to set this value on projects that can be built for multiple libcs without generating a Kconfig warning. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
# Copyright (c) 2022 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_BOOT_BANNER=n
|
|
CONFIG_LOG=y
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
CONFIG_SYS_HASH_FUNC32=y
|
|
CONFIG_SYS_HASH_MAP=y
|
|
|
|
CONFIG_TEST_LIB_HASH_MAP_MAX_ENTRIES=40
|