Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
[oweals/u-boot.git] / drivers / rng / Kconfig
index c9c475128edb100cef8faf03dab3ee86cf73b69d..893b89d49b1dc8f6e47dd80b1ee10e9bf39b061f 100644 (file)
@@ -6,6 +6,13 @@ config DM_RNG
          This interface is used to initialise the rng device and to
          read the random seed from the device.
 
+config RNG_SANDBOX
+       bool "Sandbox random number generator"
+       depends on SANDBOX && DM_RNG
+       help
+         Enable random number generator for sandbox. This is an
+         emulation of a rng device.
+
 config RNG_STM32MP1
        bool "Enable random number generator for STM32MP1"
        depends on ARCH_STM32MP && DM_RNG