:orphan: .. title:: IPM_CONSOLE .. option:: CONFIG_IPM_CONSOLE *Inter-processor Mailbox console* Type: ``bool`` Help ==== Enable console over Inter-processor Mailbox. Direct dependencies =================== (\ :option:`CONSOLE ` && \ :option:`IPM ` && \ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :option:`IPM ` && \ :option:`CONSOLE `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`CONSOLE_HAS_DRIVER ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config IPM_CONSOLE bool default y depends on \ :option:`CONSOLE ` && \ :option:`IPM ` && \ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``drivers/console/Kconfig:171`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. parsed-literal:: config IPM_CONSOLE bool "Inter-processor Mailbox console" select \ :option:`CONSOLE_HAS_DRIVER ` depends on \ :option:`IPM ` && \ :option:`CONSOLE ` help Enable console over Inter-processor Mailbox. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*