The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_ENTROPY_NAME

Entropy Device Name

Type: string

Help

Specify the device name to be used for the ENTROPY driver.

Direct dependencies

!HAS_DTS_ENTROPY && ENTROPY_GENERATOR

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

Defaults

Kconfig definition

At drivers/entropy/Kconfig:31

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:28

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

config ENTROPY_NAME
    string
    prompt "Entropy Device Name" if !HAS_DTS_ENTROPY && ENTROPY_GENERATOR
    default "ENTROPY_0" if !HAS_DTS_ENTROPY && ENTROPY_GENERATOR
    depends on !HAS_DTS_ENTROPY && ENTROPY_GENERATOR
    help
      Specify the device name to be used for the ENTROPY driver.

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