1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2023, Linaro
3
4if IPM_IVSHMEM
5
6config IPM_IVSHMEM_EVENT_LOOP_STACK_SIZE
7	int "Stack size in bytes of IVSHMEM IPM Event loop task"
8	default 8192
9	help
10	  Adjust the stack size, in bytes of the ivshmem event loop task.
11
12config IPM_IVSHMEM_EVENT_LOOP_PRIO
13	int "Priority of IVSHMEM IPM Event loop task"
14	default 2
15	help
16	  Adjust the priority of the ivshmem event loop task.
17
18endif
19