: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 if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:57`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:12`` → ``drivers/bluetooth/Kconfig:20`` Menu path: (top menu) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver .. parsed-literal:: config BT_NO_DRIVER bool prompt "No default HCI driver" if \ :ref:` ` depends on \ :ref:` ` help This is intended for unit tests where no internal driver should be selected. *(Definitions include propagated dependencies, including from if's and menus.)*