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 if’s and menus.)

Kconfig definition

At drivers/bluetooth/hci/Kconfig:57

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:12drivers/bluetooth/Kconfig:20

Menu path: (top menu) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver

config BT_NO_DRIVER
    bool
    prompt "No default HCI driver" if <choice BT_HCI_BUS_TYPE: Bluetooth 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.

(Definitions include propagated dependencies, including from if’s and menus.)