:orphan: .. title:: ENTROPY_RV32M1_TRNG .. option:: CONFIG_ENTROPY_RV32M1_TRNG *RV32M1 TRNG driver* Type: ``bool`` Help ==== This option enables the true random number generator (TRNG) driver based on the RV32M1 TRNG driver. Direct dependencies =================== (\ :option:`ENTROPY_GENERATOR ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`ENTROPY_GENERATOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`ENTROPY_HAS_DRIVER ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:161`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ENTROPY_RV32M1_TRNG bool default y depends on \ :option:`ENTROPY_GENERATOR ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/entropy/Kconfig.rv32m1:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:30`` → ``drivers/entropy/Kconfig:20`` Menu path: (Top) → Device Drivers → Entropy Drivers .. parsed-literal:: config ENTROPY_RV32M1_TRNG bool "RV32M1 TRNG driver" select \ :option:`ENTROPY_HAS_DRIVER ` depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`ENTROPY_GENERATOR ` help This option enables the true random number generator (TRNG) driver based on the RV32M1 TRNG driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*