:orphan: .. title:: IPM_CONSOLE_ON_DEV_NAME .. option:: CONFIG_IPM_CONSOLE_ON_DEV_NAME *IPM device name used by console* Type: ``string`` Help ==== IPM device name used by IPM console driver. Direct dependencies =================== \ :option:`IPM_CONSOLE ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :option:`HAS_DTS ` - "IPM_0" Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:181`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Inter-processor Mailbox console .. parsed-literal:: config IPM_CONSOLE_ON_DEV_NAME string "IPM device name used by console" default "" if \ :option:`HAS_DTS ` default "IPM_0" depends on \ :option:`IPM_CONSOLE ` && \ :option:`CONSOLE ` help IPM device name used by IPM console driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*