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

Inter-processor Mailbox console receiver

Type: bool

Help

Enable the receiving side of IPM console

Direct dependencies

CONSOLE

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/console/Kconfig:161

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

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

config IPM_CONSOLE_RECEIVER
    bool
    prompt "Inter-processor Mailbox console receiver" if CONSOLE
    select RING_BUFFER if CONSOLE
    depends on CONSOLE
    help
      Enable the receiving side of IPM console

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