CONFIG_BT_DRIVERS

Bluetooth Drivers

Type: bool

Direct dependencies

BT && !BT_CTLR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/bluetooth/Kconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/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.)