:orphan: .. title:: CONFIG_TFM_CRYPTO_RNG_MODULE_ENABLED .. kconfig:: CONFIG_TFM_CRYPTO_RNG_MODULE_ENABLED CONFIG_TFM_CRYPTO_RNG_MODULE_ENABLED #################################### *Enable random number generator crypto module* Type: ``bool`` Help ==== .. code-block:: none Enables the random number generator module within the crypto partition. Unset this option if 'psa_generate_random' is not used. Direct dependencies =================== \ :kconfig:`TFM_PARTITION_CRYPTO ` && \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm.crypto_modules:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/trusted-firmware-m/Kconfig:9`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig config TFM_CRYPTO_RNG_MODULE_ENABLED bool "Enable random number generator crypto module" default y depends on TFM_PARTITION_CRYPTO && BUILD_WITH_TFM && 0 help Enables the random number generator module within the crypto partition. Unset this option if 'psa_generate_random' is not used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*