blob: 7e693f044cab5ee6a3e5673bddd5e25f66fcbfcb [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2023, Linaro
if IPM_IVSHMEM
config IPM_IVSHMEM_EVENT_LOOP_STACK_SIZE
int "Stack size in bytes of IVSHMEM IPM Event loop task"
default 8192
help
Adjust the stack size, in bytes of the ivshmem event loop task.
config IPM_IVSHMEM_EVENT_LOOP_PRIO
int "Priority of IVSHMEM IPM Event loop task"
default 2
help
Adjust the priority of the ivshmem event loop task.
endif