With the minimal C library malloc implementation moving to libc/common, all of the related Kconfig variables have also changed. Update uses within the tree. Signed-off-by: Keith Packard <keithp@keithp.com>
17 lines
342 B
Plaintext
17 lines
342 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_COMMON_LIBC_MALLOC_ARENA_SIZE=8192
|
|
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=8192
|
|
CONFIG_PICOLIBC_HEAP_SIZE=8192
|
|
|
|
CONFIG_SYS_HASH_FUNC32=y
|
|
CONFIG_SYS_HASH_MAP=y
|
|
|
|
CONFIG_TEST_LIB_HASH_MAP_MAX_ENTRIES=40
|