CONFIG_IPM_CONSOLE¶
Inter-processor Mailbox console
Type: bool
Help¶
Enable console over Inter-processor Mailbox.
Direct dependencies¶
(CONSOLE
&& IPM
&& SMP
&& SOC_SERIES_INTEL_CAVS_V18
) || (CONSOLE
&& IPM
&& SMP
&& SOC_SERIES_INTEL_CAVS_V18
) || (IPM
&& CONSOLE
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:84
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config IPM_CONSOLE
bool
default y
depends on CONSOLE && IPM && SMP && SOC_SERIES_INTEL_CAVS_V18
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:84
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config IPM_CONSOLE
bool
default y
depends on CONSOLE && IPM && SMP && SOC_SERIES_INTEL_CAVS_V18
At <Zephyr>/drivers/console/Kconfig:190
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers
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.)