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

Bluetooth Stack Selection

Type: bool

Help

Select the Bluetooth stack to compile.

Direct dependencies

BT

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At subsys/bluetooth/Kconfig:22

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

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

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)