1# Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4source "Kconfig.zephyr"
5
6config RPMSG_SERVICE_DEMO_CYCLES
7	int "Number of demo message cycles"
8	default 1000
9	range 10 10000
10
11config MAIN_APP_TASK_STACK_SIZE
12	int "Main application task size"
13	default 1024
14