19 lines
432 B
Plaintext
19 lines
432 B
Plaintext
|
# 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
|