The latest development version of this page may be more current than this released 1.14.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 if’s and menus.)

Defaults

Choice options

Kconfig definition

At subsys/bluetooth/controller/Kconfig:17

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

Menu path: (top menu) → Bluetooth

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

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