zephyr/drivers/ipm/Kconfig.ivshmem
Felipe Neves 7ca59d7bfe drivers: ipm: added IPM over IVSHMEM driver
This driver is built on top of the IVSHMEM doorbell
notification mechanism providing an unified way
to generate inter VM interrupts.

Signed-off-by: Felipe Neves <felipe.neves@linaro.org>
2023-07-20 10:44:57 +00:00

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