The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT

Bluetooth

Type: bool

Help

This option enables Bluetooth support.

Direct dependencies

(NETWORKING && BOARD_96B_CARBON) || !SMP

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At boards/arm/96b_carbon/Kconfig.defconfig:29

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config BT
    bool
    default y
    depends on NETWORKING && BOARD_96B_CARBON

At subsys/bluetooth/Kconfig:7

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services

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.)