CONFIG_BT_RPMSG¶
HCI using RPMsg
Type: bool
Help¶
Bluetooth HCI driver for communication with another CPU
using RPMsg framework.
Direct dependencies¶
<choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Driver>/bluetooth/hci/Kconfig:33
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:8 → <Zephyr Driver>/bluetooth/Kconfig:20
Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver
config BT_RPMSG
    bool "HCI using RPMsg"
    depends on <choice BT_HCI_BUS_TYPE>
    help
      Bluetooth HCI driver for communication with another CPU
      using RPMsg framework.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)