# 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"
