The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_ENTROPY_NRF_FORCE_ALT

(No prompt – not directly user assignable.)

Type: bool

Help

This option can be enabled to force an alternative implementation of the entropy driver.

Direct dependencies

BOARD_QEMU_CORTEX_M0 || (SOC_COMPATIBLE_NRF && ENTROPY_GENERATOR)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At boards/arm/qemu_cortex_m0/Kconfig.defconfig:35

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config ENTROPY_NRF_FORCE_ALT
    bool
    default y
    depends on BOARD_QEMU_CORTEX_M0

At drivers/entropy/Kconfig.nrf5:7

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:24drivers/entropy/Kconfig:17

Menu path: (Top) → Device Drivers → Entropy Drivers

config ENTROPY_NRF_FORCE_ALT
    bool
    depends on SOC_COMPATIBLE_NRF && ENTROPY_GENERATOR
    help
      This option can be enabled to force an alternative implementation
      of the entropy driver.

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