aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/Makefile
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2022-04-08 10:09:12 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2022-04-15 16:34:28 +0800
commit716a757c83ad6208a743dd8fb1577055d0867ee8 (patch)
tree9a24dc6317feec4b3b976861352cc60f87294f88 /drivers/char/hw_random/Makefile
parentebd26229a7b343268c231008f295841ef45d0b96 (diff)
downloadlinux-716a757c83ad6208a743dd8fb1577055d0867ee8.tar.gz
hwrng: mpfs - add polarfire soc hwrng support
Add a driver to access the hardware random number generator on the Polarfire SoC. The hwrng can only be accessed via the system controller, so use the mailbox interface the system controller exposes to access the hwrng. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/char/hw_random/Makefile')
-rw-r--r--drivers/char/hw_random/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Makefile b/drivers/char/hw_random/Makefile
index 584d47ba32f76..3e948cf044762 100644
--- a/drivers/char/hw_random/Makefile
+++ b/drivers/char/hw_random/Makefile
@@ -46,3 +46,4 @@ obj-$(CONFIG_HW_RANDOM_CCTRNG) += cctrng.o
obj-$(CONFIG_HW_RANDOM_XIPHERA) += xiphera-trng.o
obj-$(CONFIG_HW_RANDOM_ARM_SMCCC_TRNG) += arm_smccc_trng.o
obj-$(CONFIG_HW_RANDOM_CN10K) += cn10k-rng.o
+obj-$(CONFIG_HW_RANDOM_POLARFIRE_SOC) += mpfs-rng.o