:orphan: .. title:: RPMSG_SERVICE_SINGLE_IPM_SUPPORT .. option:: CONFIG_RPMSG_SERVICE_SINGLE_IPM_SUPPORT *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option must be selected when single IPM is used for both TX and RX communication Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``subsys/ipc/rpmsg_service/Kconfig:10`` 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_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.)*