:orphan: .. title:: CONFIG_IVSHMEM_INT_PRIORITY .. kconfig:: CONFIG_IVSHMEM_INT_PRIORITY CONFIG_IVSHMEM_INT_PRIORITY ########################### *Interrupt priority* Type: ``int`` Help ==== .. code-block:: none Interrupt priority used for the MSI-X generated interrupts. Direct dependencies =================== \ :kconfig:`IVSHMEM_DOORBELL ` && \ :kconfig:`IVSHMEM ` && \ :kconfig:`VIRTUALIZATION ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/virtualization/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:108`` Menu path: (Top) → Device Drivers → Virtualization guests drivers → Inter-VM shared memory device (ivshmem) → Support interrupt based ivshmem (doorbell version) .. code-block:: kconfig config IVSHMEM_INT_PRIORITY int "Interrupt priority" default 2 depends on IVSHMEM_DOORBELL && IVSHMEM && VIRTUALIZATION help Interrupt priority used for the MSI-X generated interrupts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*