CONFIG_MBEDTLS_ENTROPY_MAX_SOURCES

Maximum number of entropy sources

Type: int

Help

Maximum number of entropy sources supported.

Direct dependencies

NRF_SECURITY_ADVANCED && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig:1681

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

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → Advanced mbed TLS Configuration Settings

config MBEDTLS_ENTROPY_MAX_SOURCES
    int "Maximum number of entropy sources"
    default 1
    depends on NRF_SECURITY_ADVANCED && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
    help
      Maximum number of entropy sources supported.

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