-
CONFIG_NRF_RPC_TR_RPMSG
¶
nRF RPC over RPMsg
Type: bool
Help¶
If enabled selects RPMsg as a transport layer for nRF PRC.
Direct dependencies¶
NRF_RPC
|| <choice: nRF RPC transport layer>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definitions¶
At <nRF>/subsys/nrf_rpc/Kconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:38
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → nRF RPC (Remote Procedure Call) library
config NRF_RPC_TR_RPMSG
bool
select IPM
select IPM_NRFX
select IPM_MSG_CH_0_ENABLE
select IPM_MSG_CH_0_TX if SOC_NRF5340_CPUNET
select IPM_MSG_CH_0_RX if !SOC_NRF5340_CPUNET
select IPM_MSG_CH_1_ENABLE
select IPM_MSG_CH_1_TX if !SOC_NRF5340_CPUNET
select IPM_MSG_CH_1_RX if SOC_NRF5340_CPUNET
select OPENAMP
select BOARD_ENABLE_CPUNET if SOC_NRF5340_CPUAPP
depends on NRF_RPC
At <nrfxlib>/nrf_rpc/Kconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:15
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nRF RPC (Remote Procedure Call) library → nRF RPC transport layer
config NRF_RPC_TR_RPMSG
bool "nRF RPC over RPMsg"
depends on <choice>
help
If enabled selects RPMsg as a transport layer for nRF PRC.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)