The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_BT_LLL_VENDOR_OPENISA

Use OpenISA LLL

Type: bool

Help

Use OpenISA Lower Link Layer implementation.

Direct dependencies

BT_LL_SW_SPLIT && SOC_OPENISA_RV32M1_RISCV32 && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At subsys/bluetooth/controller/Kconfig:132

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

Menu path: (Top) → Bluetooth → Bluetooth Controller

config BT_LLL_VENDOR_OPENISA
    bool "Use OpenISA LLL"
    default y
    select BT_HAS_HCI_VS
    depends on BT_LL_SW_SPLIT && SOC_OPENISA_RV32M1_RISCV32 && BT_CTLR && BT_HCI && BT
    help
      Use OpenISA Lower Link Layer implementation.

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