:orphan: .. title:: BT_RPMSG_NRF53 .. option:: 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 =================== \ :option:`BT_RPMSG ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`SOC_NRF5340_CPUAPP ` Symbols selected by this symbol =============================== - \ :option:`RPMSG_SERVICE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:8`` → ``drivers/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. parsed-literal:: config BT_RPMSG_NRF53 bool "nRF53 configuration of RPMsg" default y if \ :option:`SOC_NRF5340_CPUAPP ` select \ :option:`RPMSG_SERVICE ` depends on \ :option:`BT_RPMSG ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`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.)*