CONFIG_IPM_CONSOLE_SENDER

Inter-processor Mailbox console sender

Type: bool

Help

Enable the sending 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:156

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

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

config IPM_CONSOLE_SENDER
    bool
    prompt "Inter-processor Mailbox console sender" if CONSOLE
    select CONSOLE_HAS_DRIVER if CONSOLE
    depends on CONSOLE
    help
      Enable the sending side of IPM console

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