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