:orphan: .. title:: CONFIG_ENTROPY_INIT_PRIORITY .. kconfig:: CONFIG_ENTROPY_INIT_PRIORITY CONFIG_ENTROPY_INIT_PRIORITY ############################ *Entropy driver init priority* Type: ``int`` Help ==== .. code-block:: none Entropy driver device initialization priority. Direct dependencies =================== (\ :kconfig:`ENTROPY_GENERATOR ` && \ :kconfig:`SOC_SERIES_NEORV32 `) || \ :kconfig:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 55 - \ :kconfig:`KERNEL_INIT_PRIORITY_DEVICE ` Kconfig definitions =================== At ``/riscv/riscv-privilege/neorv32/Kconfig.defconfig.series:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config ENTROPY_INIT_PRIORITY int default 55 depends on ENTROPY_GENERATOR && SOC_SERIES_NEORV32 ---- At ``/entropy/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:32`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig config ENTROPY_INIT_PRIORITY int "Entropy driver init priority" default KERNEL_INIT_PRIORITY_DEVICE depends on ENTROPY_GENERATOR help Entropy driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*