-
CONFIG_BT_NO_DRIVER¶
No default HCI driver
Type: bool
Help¶
This is intended for unit tests where no internal driver should be selected.
Direct dependencies¶
<choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At drivers/bluetooth/hci/Kconfig:66
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:8 → drivers/bluetooth/Kconfig:16
Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver
config BT_NO_DRIVER
bool "No default HCI driver"
depends on <choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>
help
This is intended for unit tests where no internal driver
should be selected.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)