:orphan: .. title:: CONFIG_IPM_CONSOLE .. kconfig:: CONFIG_IPM_CONSOLE CONFIG_IPM_CONSOLE ################## *Inter-processor Mailbox console* Type: ``bool`` Help ==== .. code-block:: none Enable console over Inter-processor Mailbox. Direct dependencies =================== (\ :kconfig:`CONSOLE ` && \ :kconfig:`IPM ` && \ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`CONSOLE ` && \ :kconfig:`IPM ` && \ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`IPM ` && \ :kconfig:`CONSOLE `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`CONSOLE_HAS_DRIVER ` Kconfig definitions =================== At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CONSOLE bool default y depends on CONSOLE && IPM && SMP && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CONSOLE bool default y depends on CONSOLE && IPM && SMP && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/console/Kconfig:177`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config IPM_CONSOLE bool "Inter-processor Mailbox console" select CONSOLE_HAS_DRIVER depends on IPM && CONSOLE help Enable console over Inter-processor Mailbox. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*