blob: 69bfd23b3a65894b648f6c0a9d532cf337f19c5e [file] [log] [blame]
# Copyright (c) 2023 Rodrigo Peixoto <rodrigopex@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config ZBUS_MSG_SUBSCRIBER_SAMPLE
bool "Force selection of heap listener configurations"
default y
select SYS_HEAP_LISTENER
select SYS_HEAP_RUNTIME_STATS
config ZBUS_MSG_SUBSCRIBER_SAMPLE_ISOLATED_BUF_POOL_SIZE
int "Set size of the isolated pool"
default 32
depends on ZBUS_MSG_SUBSCRIBER_NET_BUF_POOL_ISOLATION
source "Kconfig.zephyr"