:orphan: .. title:: CONFIG_IPM_CONSOLE_RECEIVER .. kconfig:: CONFIG_IPM_CONSOLE_RECEIVER CONFIG_IPM_CONSOLE_RECEIVER ########################### *Inter-processor Mailbox console receiver* Type: ``bool`` Help ==== .. code-block:: none Enable the receiving 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:`RING_BUFFER ` Kconfig definition ================== At ``/console/Kconfig:161`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config IPM_CONSOLE_RECEIVER bool "Inter-processor Mailbox console receiver" select RING_BUFFER depends on CONSOLE help Enable the receiving side of IPM console *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*