:orphan: .. title:: CONFIG_BT_NO_DRIVER .. kconfig:: CONFIG_BT_NO_DRIVER 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:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` 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.)*