The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_QUARK_SE_SS_IPM_IRQ_PRI

IPM interrupt priority

Type: int

Help

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

Direct dependencies

IPM && ARC && SOC_QUARK_SE_C1000_SS

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

Defaults

Kconfig definition

At soc/arc/quark_se_c1000_ss/Kconfig:10

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12

Menu path: (top menu) → Hardware Configuration

config QUARK_SE_SS_IPM_IRQ_PRI
    int
    prompt "IPM interrupt priority" if IPM && ARC && SOC_QUARK_SE_C1000_SS
    default 1 if IPM && ARC && SOC_QUARK_SE_C1000_SS
    depends on IPM && ARC && SOC_QUARK_SE_C1000_SS
    help
      Priority level for interrupts coming in from the inter-processor
      mailboxes.

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