The latest development version of this page may be more current than this released 1.14.0 version.
choice: Bluetooth Stack Selection

Bluetooth Stack Selection

Type: bool

Help

Select the Bluetooth stack to compile.

Direct dependencies

BT

(Includes any dependencies from if’s and menus.)

Defaults

Choice options

Kconfig definition

At subsys/bluetooth/Kconfig:22

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

Menu path: (top menu) → Bluetooth

choice
    bool
    prompt "Bluetooth Stack Selection" if BT
    default BT_HCI if BT
    depends on BT
    help
      Select the Bluetooth stack to compile.

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