diff options
| author | Max Resch <[email protected]> | 2024-02-15 17:57:57 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2024-03-05 08:27:59 +0100 |
| commit | d61b485dbd766970816ae9da09004dc4b30f8395 (patch) | |
| tree | 0fb31ef0b472147676b731154b1774b0b0f1ea7c /drivers/rng/Makefile | |
| parent | e58704070621eda667557c6cb4690c46b18ae012 (diff) | |
rng: Add Turris Mox rTWM RNG driver
A RNG driver for Armada 3720 boards running the Turris Mox rWTM firmware
from CZ.NIC in the secure processor.
Signed-off-by: Max Resch <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers/rng/Makefile')
| -rw-r--r-- | drivers/rng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rng/Makefile b/drivers/rng/Makefile index 7e64c4cdfc3..ecae1a3da33 100644 --- a/drivers/rng/Makefile +++ b/drivers/rng/Makefile @@ -17,3 +17,4 @@ obj-$(CONFIG_RNG_SMCCC_TRNG) += smccc_trng.o obj-$(CONFIG_RNG_ARM_RNDR) += arm_rndr.o obj-$(CONFIG_TPM_RNG) += tpm_rng.o obj-$(CONFIG_RNG_JH7110) += jh7110_rng.o +obj-$(CONFIG_RNG_TURRIS_RWTM) += turris_rwtm_rng.o |
