summaryrefslogtreecommitdiffstats
path: root/drivers/hw_random/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-06-19 06:50:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-24 08:53:47 +0200
commit43320a07da56e528a5d767cdde9f83ba2cf5a5b9 (patch)
tree39177c8b7cf4654f576a58327e164ef02947d81e /drivers/hw_random/Makefile
parentcbc57d06e35e0b7248152f36c0e3abd00f19eec4 (diff)
downloadbarebox-43320a07da56e528a5d767cdde9f83ba2cf5a5b9.tar.gz
barebox-43320a07da56e528a5d767cdde9f83ba2cf5a5b9.tar.xz
hw_random: add driver for RNG on StarFive SoC
Straight port from the vendor kernel with the difference that we take the device out of reset. This allows to load older kernels that don't yet do reset and clock handling. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20210619045055.779-26-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/hw_random/Makefile')
-rw-r--r--drivers/hw_random/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hw_random/Makefile b/drivers/hw_random/Makefile
index 4bab3967fc..4cf33d2d93 100644
--- a/drivers/hw_random/Makefile
+++ b/drivers/hw_random/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_HWRNG_MXC_RNGC) += mxc-rngc.o
obj-$(CONFIG_HWRNG_STM32) += stm32-rng.o
obj-$(CONFIG_HWRNG_DEV_RANDOM) += dev-random.o
obj-$(CONFIG_HW_RANDOM_VIRTIO) += virtio-rng.o
+obj-$(CONFIG_HW_RANDOM_STARFIVE) += starfive-vic-rng.o