:orphan: .. title:: CONFIG_RPMSG_SERVICE_SINGLE_IPM_SUPPORT .. kconfig:: CONFIG_RPMSG_SERVICE_SINGLE_IPM_SUPPORT CONFIG_RPMSG_SERVICE_SINGLE_IPM_SUPPORT ####################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option must be selected when single IPM is used for both TX and RX communication Default ======= - n Kconfig definition ================== At ``/ipc/rpmsg_service/Kconfig:10`` 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_SINGLE_IPM_SUPPORT bool default n help This option must be selected when single IPM is used for both TX and RX communication *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*