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

Kconfig definitions

At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:57

Menu path: (Top) → Board Options

config RPMSG_SERVICE_DUAL_IPM_SUPPORT
    bool
    default RPMSG_SERVICE

At <Zephyr>/subsys/ipc/rpmsg_service/Kconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication

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.)