choice: 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 <Zephyr>/subsys/bluetooth/Kconfig:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8

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

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