:orphan: .. title:: CONFIG_BT_RPMSG .. kconfig:: CONFIG_BT_RPMSG CONFIG_BT_RPMSG ############### *HCI using RPMsg* Type: ``bool`` Help ==== .. code-block:: none Bluetooth HCI driver for communication with another CPU using RPMsg framework. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/bluetooth/hci/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver .. code-block:: kconfig config BT_RPMSG bool "HCI using RPMsg" depends on help Bluetooth HCI driver for communication with another CPU using RPMsg framework. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*