:orphan: .. title:: BT_LLL_VENDOR_OPENISA .. option:: CONFIG_BT_LLL_VENDOR_OPENISA *Use OpenISA LLL* Type: ``bool`` Help ==== Use OpenISA Lower Link Layer implementation. Direct dependencies =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`BT_CTLR_PHY_UPDATE_SUPPORT ` - \ :option:`BT_CTLR_EXT_REJ_IND_SUPPORT ` - \ :option:`BT_HAS_HCI_VS ` - \ :option:`BT_CTLR_LE_ENC_SUPPORT ` if !\ :option:`BT_CTLR_DATA_LENGTH_CLEAR ` - \ :option:`BT_CTLR_PRIVACY_SUPPORT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig.ll_sw_split:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` → ``subsys/bluetooth/controller/Kconfig:594`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. parsed-literal:: config BT_LLL_VENDOR_OPENISA bool "Use OpenISA LLL" default y select \ :option:`BT_CTLR_PHY_UPDATE_SUPPORT ` select \ :option:`BT_CTLR_EXT_REJ_IND_SUPPORT ` select \ :option:`BT_HAS_HCI_VS ` select \ :option:`BT_CTLR_LE_ENC_SUPPORT ` if !\ :option:`BT_CTLR_DATA_LENGTH_CLEAR ` select \ :option:`BT_CTLR_PRIVACY_SUPPORT ` depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Use OpenISA Lower Link Layer implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*