X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fchar%2Fhw_random%2FKconfig;h=32ada41fa468cc3f4872eaafc1216864c89a1be1;hb=f0fce0037f9cc3fa6013d14d2f11fff7cf1a19da;hp=239eca4d68055a3195253b2daf8de207f6d06f09;hpb=4c00e1e2e58eefb288ba9ef585b6f19e1f33bf1e;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index 239eca4..32ada41f 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig @@ -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