The latest development version of this page may be more current than this released 2.1.0 version.
choice BT_LL_CHOICE: Bluetooth Link Layer Selection

Bluetooth Link Layer Selection

Type: bool

Help

Select the Bluetooth Link Layer to compile.

Direct dependencies

BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At subsys/bluetooth/controller/Kconfig:57

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:6subsys/bluetooth/Kconfig:161

Menu path: (Top) → Bluetooth → Bluetooth Controller

choice BT_LL_CHOICE
    bool "Bluetooth Link Layer Selection"
    depends on BT_CTLR && BT_HCI && BT
    help
      Select the Bluetooth Link Layer to compile.

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