CONFIG_SOFTDEVICE_CONTROLLER_MULTIROLE

SoftDevice Controller optimized for multirole and other advanced configurations

Type: bool

Help

The multirole library variant is contains all supported features and can be used for more advanced applications. Using this library may give slightly larger applications. However, the library is designed in such a way that unused functionality is removed by the linker.

Direct dependencies

<choice SOFTDEVICE_CONTROLLER_VARIANT: SoftDevice Controller variant>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nrfxlib>/softdevice_controller/Kconfig:92

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<nrfxlib>/Kconfig.nrfxlib:14

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → SoftDevice Controller variant

config SOFTDEVICE_CONTROLLER_MULTIROLE
    bool "SoftDevice Controller optimized for multirole and other advanced configurations"
    depends on <choice SOFTDEVICE_CONTROLLER_VARIANT: SoftDevice Controller variant>
    help
      The multirole library variant is contains all supported features and can be used
      for more advanced applications. Using this library may give slightly larger applications.
      However, the library is designed in such a way that unused functionality is removed
      by the linker.

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