The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT_DRIVERS

Bluetooth Drivers

Type: bool

Direct dependencies

BT && !BT_CTLR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/bluetooth/Kconfig:12

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:8

Menu path: (Top) → Device Drivers

menuconfig BT_DRIVERS
    bool "Bluetooth Drivers"
    default y
    depends on BT && !BT_CTLR

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)