CONFIG_ENTROPY_NRF5_RNG

nRF5 RNG driver

Type: bool

Help

This option enables the RNG peripheral, which is a random number generator, based on internal thermal noise, that provides a random 8-bit value to the host when read.

Direct dependencies

ENTROPY_GENERATOR && ENTROPY_GENERATOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/entropy/Kconfig.nrf5:8

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:28drivers/entropy/Kconfig:19

Menu path: (top menu) → Device Drivers → Entropy Drivers

menuconfig ENTROPY_NRF5_RNG
    bool
    prompt "nRF5 RNG driver" if ENTROPY_GENERATOR && ENTROPY_GENERATOR
    select ENTROPY_HAS_DRIVER if ENTROPY_GENERATOR && ENTROPY_GENERATOR
    depends on ENTROPY_GENERATOR && ENTROPY_GENERATOR
    help
      This option enables the RNG peripheral, which is a random number
      generator, based on internal thermal noise, that provides a
      random 8-bit value to the host when read.

(Definitions include propagated dependencies, including from if’s and menus.)