Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / drivers / rng / Kconfig
index edb6152..e4b22d7 100644 (file)
@@ -31,4 +31,12 @@ config RNG_STM32MP1
        help
          Enable STM32MP1 rng driver.
 
+config RNG_ROCKCHIP
+       bool "Enable random number generator for rockchip crypto rng"
+       depends on ARCH_ROCKCHIP && DM_RNG
+       default n
+       help
+         Enable random number generator for rockchip.This driver is
+         support rng module of crypto v1 and crypto v2.
+
 endif