1# Copyright (c) 2023 Rodrigo Peixoto <rodrigopex@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config ZBUS_MSG_SUBSCRIBER_SAMPLE
5	bool "Force selection of heap listener configurations"
6	default y
7	select SYS_HEAP_LISTENER
8	select SYS_HEAP_RUNTIME_STATS
9
10config ZBUS_MSG_SUBSCRIBER_SAMPLE_ISOLATED_BUF_POOL_SIZE
11	int "Set size of the isolated pool"
12	default 32
13	depends on ZBUS_MSG_SUBSCRIBER_NET_BUF_POOL_ISOLATION
14
15source "Kconfig.zephyr"
16