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:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

Menu path: (top menu) → Bluetooth

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