Merge tag 'JH7110_515_SDK_v3.5.1' from sdk into vf2-515-devel
[platform/kernel/linux-starfive.git] / drivers / char / hw_random / Kconfig
index 239eca4..32ada41 100644 (file)
@@ -538,6 +538,17 @@ config HW_RANDOM_ARM_SMCCC_TRNG
          To compile this driver as a module, choose M here: the
          module will be called arm_smccc_trng.
 
+config HW_RANDOM_STARFIVE
+       tristate "Starfive True Random Number Generator support"
+       depends on SOC_STARFIVE
+       depends on HW_RANDOM
+       help
+         This driver provides kernel-side support for the Random Number
+         Generator hardware found on Starfive SoCs.
+
+         To compile this driver as a module, choose M here: the
+         module will be called starfive-trng.
+
 endif # HW_RANDOM
 
 config UML_RANDOM