CONFIG_ENTROPY_NAME

Entropy Device Name

Type: string

Help

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

Direct dependencies

ENTROPY_GENERATOR

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

Defaults

Kconfig definition

At drivers/entropy/Kconfig:28

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

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

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

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