-
CONFIG_IPM_CONSOLE_ON_DEV_NAME
¶
IPM device name used by console
Type: string
Help¶
IPM device name used by IPM console driver.
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:181
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Inter-processor Mailbox console
config IPM_CONSOLE_ON_DEV_NAME string "IPM device name used by console" default "" ifHAS_DTS
default "IPM_0" depends onIPM_CONSOLE
&&CONSOLE
help IPM device name used by IPM console driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)