:orphan: .. title:: BT_NO_DRIVER .. option:: CONFIG_BT_NO_DRIVER *No default HCI driver* Type: ``bool`` Help ==== .. code-block:: none This is intended for unit tests where no internal driver should be selected. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/bluetooth/hci/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver .. code-block:: kconfig config BT_NO_DRIVER bool "No default HCI driver" depends on 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.)*