:orphan: .. title:: CONFIG_RPMSG_SERVICE_DUAL_IPM_SUPPORT .. kconfig:: CONFIG_RPMSG_SERVICE_DUAL_IPM_SUPPORT CONFIG_RPMSG_SERVICE_DUAL_IPM_SUPPORT ##################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option must be selected when separate IPMs are used for TX and RX communication Defaults ======== - \ :kconfig:`RPMSG_SERVICE ` - \ :kconfig:`RPMSG_SERVICE ` - \ :kconfig:`RPMSG_SERVICE ` - n && n Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config RPMSG_SERVICE_DUAL_IPM_SUPPORT bool default RPMSG_SERVICE ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config RPMSG_SERVICE_DUAL_IPM_SUPPORT bool default RPMSG_SERVICE ---- At ``/arm/thingy53_nrf5340/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config RPMSG_SERVICE_DUAL_IPM_SUPPORT bool default RPMSG_SERVICE ---- At ``/ipc/rpmsg_service/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication .. code-block:: kconfig 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.)*