CONFIG_MBEDTLS_HARDWARE_POLL_WORKAROUND

Entropy hardware poll workaround

Type: bool

Help

Temporary workaround for the mbedtls_hardware_poll function not being
defined. Provides an implementation through zephyrs chosen entropy
driver.

Direct dependencies

NRF_SECURITY

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig:97

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module

config MBEDTLS_HARDWARE_POLL_WORKAROUND
    bool "Entropy hardware poll workaround"
    depends on NRF_SECURITY
    help
      Temporary workaround for the mbedtls_hardware_poll function not being
      defined. Provides an implementation through zephyrs chosen entropy
      driver.

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