:orphan: .. title:: CONFIG_BT .. kconfig:: CONFIG_BT CONFIG_BT ######### *Bluetooth* Type: ``bool`` Help ==== .. code-block:: none This option enables Bluetooth support. Direct dependencies =================== (\ :kconfig:`NETWORKING ` && \ :kconfig:`BOARD_96B_CARBON `) || !\ :kconfig:`SMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`NET_BUF ` Symbols that select this symbol =============================== - \ :kconfig:`MCUMGR_SMP_BT ` - \ :kconfig:`USB_DEVICE_BLUETOOTH ` - \ :kconfig:`USB_DEVICE_BT_H4 ` Kconfig definitions =================== At ``/arm/96b_carbon/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT bool default y depends on NETWORKING && BOARD_96B_CARBON ---- At ``/bluetooth/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig menuconfig BT bool "Bluetooth" select NET_BUF depends on !SMP help This option enables Bluetooth support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*