CONFIG_RPMSG_SERVICE_IPM_RX_NAME
(No prompt – not directly user assignable.)
Type: string
Help
This option specifies the IPM device name to be used for
RX communication
Direct dependencies
RPMSG_SERVICE_DUAL_IPM_SUPPORT
|| RPMSG_SERVICE_DUAL_IPM_SUPPORT
|| RPMSG_SERVICE_DUAL_IPM_SUPPORT
|| (RPMSG_SERVICE_DUAL_IPM_SUPPORT
&& RPMSG_SERVICE
)
(Includes any dependencies from ifs and menus.)
Defaults
“IPM_1” if
RPMSG_SERVICE_MODE_MASTER
“IPM_0” if
RPMSG_SERVICE_MODE_REMOTE
“IPM_1” if
RPMSG_SERVICE_MODE_MASTER
“IPM_0” if
RPMSG_SERVICE_MODE_REMOTE
“IPM_1” if
RPMSG_SERVICE_MODE_MASTER
“IPM_0” if
RPMSG_SERVICE_MODE_REMOTE
“”
Kconfig definitions
At <Zephyr>/boards/arm/bl5340_dvk/Kconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
→ <Zephyr>/boards/Kconfig:86
Menu path: (Top) → Board Options
config RPMSG_SERVICE_IPM_RX_NAME
string
default "IPM_1" if RPMSG_SERVICE_MODE_MASTER
default "IPM_0" if RPMSG_SERVICE_MODE_REMOTE
depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT
At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
→ <Zephyr>/boards/Kconfig:86
Menu path: (Top) → Board Options
config RPMSG_SERVICE_IPM_RX_NAME
string
default "IPM_1" if RPMSG_SERVICE_MODE_MASTER
default "IPM_0" if RPMSG_SERVICE_MODE_REMOTE
depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT
At <Zephyr>/boards/arm/thingy53_nrf5340/Kconfig:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
→ <Zephyr>/boards/Kconfig:86
Menu path: (Top) → Board Options
config RPMSG_SERVICE_IPM_RX_NAME
string
default "IPM_1" if RPMSG_SERVICE_MODE_MASTER
default "IPM_0" if RPMSG_SERVICE_MODE_REMOTE
depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT
At <Zephyr>/subsys/ipc/rpmsg_service/Kconfig:68
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:27
→ <Zephyr>/subsys/ipc/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users
config RPMSG_SERVICE_IPM_RX_NAME
string
default ""
depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT && RPMSG_SERVICE
help
This option specifies the IPM device name to be used for
RX communication
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)