:orphan: .. title:: CONFIG_IPM_CONSOLE_SENDER .. kconfig:: CONFIG_IPM_CONSOLE_SENDER CONFIG_IPM_CONSOLE_SENDER ######################### *Inter-processor Mailbox console sender* Type: ``bool`` Help ==== .. code-block:: none Enable the sending side of IPM console Direct dependencies =================== \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CONSOLE_HAS_DRIVER ` Kconfig definition ================== At ``/console/Kconfig:155`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config IPM_CONSOLE_SENDER bool "Inter-processor Mailbox console sender" select CONSOLE_HAS_DRIVER depends on CONSOLE help Enable the sending side of IPM console *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*