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

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 on BT_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"
    default SOFTDEVICE_CONTROLLER_S112 if SOC_NRF52810 || SOC_NRF52811 || SOC_NRF52820
    default SOFTDEVICE_CONTROLLER_S132 if SOC_NRF52832
    default SOFTDEVICE_CONTROLLER_S140 if SOC_NRF52833 || SOC_NRF52840
    depends on BT_LL_SOFTDEVICE && BT_CTLR && BT && BT_HCI
    help
      Select a BLE Controller variant.

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