:orphan: .. title:: RPMSG_SERVICE_DUAL_IPM_SUPPORT .. option:: CONFIG_RPMSG_SERVICE_DUAL_IPM_SUPPORT *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option must be selected when separate IPMs are used for TX and RX communication Defaults ======== - \ :option:`RPMSG_SERVICE ` - n && n Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/nrf5340dk_nrf5340/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config RPMSG_SERVICE_DUAL_IPM_SUPPORT bool default \ :option:`RPMSG_SERVICE ` ---- At ``subsys/ipc/rpmsg_service/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:27`` → ``subsys/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication .. parsed-literal:: config RPMSG_SERVICE_DUAL_IPM_SUPPORT bool default n && n help This option must be selected when separate IPMs are used for TX and RX communication *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*