:orphan: .. title:: CONFIG_BT_RPMSG_NRF53 .. kconfig:: CONFIG_BT_RPMSG_NRF53 CONFIG_BT_RPMSG_NRF53 ##################### *nRF53 configuration of RPMsg* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_RPMSG ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`SOC_NRF5340_CPUAPP ` Symbols selected by this symbol =============================== - \ :kconfig:`RPMSG_SERVICE ` Kconfig definition ================== At ``/bluetooth/hci/Kconfig:104`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. code-block:: kconfig config BT_RPMSG_NRF53 bool "nRF53 configuration of RPMsg" default y if SOC_NRF5340_CPUAPP select RPMSG_SERVICE depends on BT_RPMSG && BT_HCI && BT_DRIVERS 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.)*