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