CONFIG_BT_DRIVERS¶
Bluetooth Drivers
Type: bool
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/bluetooth/Kconfig:12
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)