The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_QUARK_SE_IPM_IRQ_PRI

IPM interrupt priority

Type: int

Help

Priority level for interrupts coming in from the inter-processor mailboxes.

Direct dependencies

IPM && X86 && SOC_QUARK_SE_C1000

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At soc/x86/intel_quark/quark_se/Kconfig:39

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/x86/intel_quark/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config QUARK_SE_IPM_IRQ_PRI
    int
    prompt "IPM interrupt priority" if IPM && X86 && SOC_QUARK_SE_C1000
    default 2 if IPM && X86 && SOC_QUARK_SE_C1000
    depends on IPM && X86 && SOC_QUARK_SE_C1000
    help
      Priority level for interrupts coming in from the inter-processor
      mailboxes.

(Definitions include propagated dependencies, including from if’s and menus.)