:orphan: .. title:: CONFIG_BT_DRIVERS .. kconfig:: CONFIG_BT_DRIVERS CONFIG_BT_DRIVERS ################# *Bluetooth Drivers* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT ` && !\ :kconfig:`BT_CTLR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig BT_DRIVERS bool "Bluetooth Drivers" default y depends on BT && !BT_CTLR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*