1# Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4source "samples/subsys/ipc/rpmsg_service/Kconfig"
5
6config APP_REMOTE_TASK_STACK_SIZE
7	int "Remote application task size"
8	default 2048 if SOC_SERIES_ESP32
9	default 1024
10