-
CONFIG_BT_LLL_VENDOR_NORDIC
¶
Use Nordic LLL
Type: bool
Help¶
Use Nordic Lower Link Layer implementation.
Direct dependencies¶
BT_LL_SW_SPLIT
&& SOC_COMPATIBLE_NRF
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
BT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
Symbols selected by this symbol¶
ENTROPY_NRF5_RNG
ifBT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
ENTROPY_NRF5_BIAS_CORRECTION
ifBT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth
config BT_LLL_VENDOR_NORDIC bool prompt "Use Nordic LLL" ifBT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
default "y" ifBT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
selectENTROPY_NRF5_RNG
ifBT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
selectENTROPY_NRF5_BIAS_CORRECTION
ifBT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_LL_SW_SPLIT
&&SOC_COMPATIBLE_NRF
&&BT_CTLR
&&BT_HCI
&&BT
help Use Nordic Lower Link Layer implementation.
(Definitions include propagated dependencies, including from if’s and menus.)