# Copyright 2026 NXP
#
# SPDX-License-Identifier: Apache-2.0

source "Kconfig.zephyr"

config SAMPLE_IPC_RPMSG_LITE_STACK_SIZE
	int "Stack size for the sample IPC worker threads"
	default 4096
	help
	  Stack size in bytes for the per-instance demo threads in
	  the remote image.
