:orphan: .. title:: BT_NO_DRIVER .. option:: 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config BT_NO_DRIVER bool "No default HCI driver" depends on \ :ref:` ` 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.)*