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

Quark SE IPM master controller

Type: bool

Help

Enable this for the first CPU that initializes IPM. Sets up the initial interrupt mask and clears out all channels. Should be turned on for one CPU only.

Direct dependencies

IPM_QUARK_SE

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/ipm/Kconfig:15

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:56

Menu path: (top menu) → Device Drivers → IPM drivers

config IPM_QUARK_SE_MASTER
    bool
    prompt "Quark SE IPM master controller" if IPM_QUARK_SE
    depends on IPM_QUARK_SE
    help
      Enable this for the first CPU that initializes IPM.
      Sets up the initial interrupt mask and clears out all
      channels. Should be turned on for one CPU only.

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