CONFIG_BT_RPMSG_NRF53

nRF53 configuration of RPMsg

Type: bool

Help

Enable RPMsg configuration for nRF53. Two channels of the IPM driver are used in the HCI driver: channel 0 for TX and channel 1 for RX.

Direct dependencies

BT_RPMSG && BT_HCI && BT && !BT_CTLR

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/drivers/bluetooth/hci/Kconfig:111

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:8<Zephyr>/drivers/bluetooth/Kconfig:16

Menu path: (Top) → Device Drivers → Bluetooth Drivers

config BT_RPMSG_NRF53
    bool "nRF53 configuration of RPMsg"
    default y if SOC_NRF5340_CPUAPP
    select IPM
    select IPM_NRFX
    select IPM_MSG_CH_1_ENABLE
    select IPM_MSG_CH_0_ENABLE
    select IPM_MSG_CH_0_TX
    select IPM_MSG_CH_1_RX
    select OPENAMP
    depends on BT_RPMSG && BT_HCI && BT && !BT_CTLR
    help
      Enable RPMsg configuration for nRF53. Two channels of the IPM driver
      are used in the HCI driver: channel 0 for TX and channel 1 for RX.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)