-
choice SOFTDEVICE_CONTROLLER_VARIANT: SoftDevice Controller variant
SoftDevice Controller variant
SoftDevice Controller variant
Type: bool
Help¶
Select a BLE Controller variant.
Direct dependencies¶
(BT_LL_SOFTDEVICE
&& BT
) || (BT_LL_SOFTDEVICE
&& BT_CTLR
&& BT
&& BT_HCI
)
(Includes any dependencies from ifs and menus.)
Defaults¶
Kconfig definitions¶
At <nRF>/subsys/bluetooth/controller/Kconfig:83
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:21
Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller
choice SOFTDEVICE_CONTROLLER_VARIANT bool "SoftDevice Controller variant" depends onBT_LL_SOFTDEVICE
&&BT
At <nrfxlib>/softdevice_controller/Kconfig:57
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:14
Menu path: (Top) → Modules → Nordic nrfxlib
choice SOFTDEVICE_CONTROLLER_VARIANT bool "SoftDevice Controller variant" defaultSOFTDEVICE_CONTROLLER_S112
ifSOC_NRF52810
||SOC_NRF52811
||SOC_NRF52820
defaultSOFTDEVICE_CONTROLLER_S132
ifSOC_NRF52832
defaultSOFTDEVICE_CONTROLLER_S140
ifSOC_NRF52833
||SOC_NRF52840
depends onBT_LL_SOFTDEVICE
&&BT_CTLR
&&BT
&&BT_HCI
help Select a BLE Controller variant.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)