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

Bluetooth support

Type: bool

Help

This option enables Bluetooth support.

Defaults

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BT
    bool
    default "y" if NETWORKING && BOARD_96B_CARBON
    depends on NETWORKING && BOARD_96B_CARBON

At subsys/bluetooth/Kconfig:10

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8

Menu path: (top menu) → Bluetooth

config BT
    bool
    prompt "Bluetooth support"
    select NET_BUF
    help
      This option enables Bluetooth support.

(Definitions include propagated dependencies, including from if’s and menus.)