diff options
| author | Matthias Brugger <[email protected]> | 2020-12-15 10:49:23 +0100 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2021-02-16 23:24:06 +0100 |
| commit | 537f00182ffd276a81dbf9746652fc940151528e (patch) | |
| tree | d90f71aadadfeddb3153c860afd307325aa57cdd /drivers/rng/Makefile | |
| parent | 496f49464d90b564da5f1a2f4eecb5553e01edf9 (diff) | |
rng: Add iProc RNG200 driver
Add support for random number generator RNG200.
This is for example found on RPi4.
Signed-off-by: Matthias Brugger <[email protected]>
Tested-by: Heinrich Schuchardt <[email protected]>
Tested-by: Peter Robinson <[email protected]>
[mb: adapt to new struct driver memebers]
Signed-off-by: Matthias Brugger <[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 89534068820..39f7ee3f031 100644 --- a/drivers/rng/Makefile +++ b/drivers/rng/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_RNG_SANDBOX) += sandbox_rng.o obj-$(CONFIG_RNG_MSM) += msm_rng.o obj-$(CONFIG_RNG_STM32MP1) += stm32mp1_rng.o obj-$(CONFIG_RNG_ROCKCHIP) += rockchip_rng.o +obj-$(CONFIG_RNG_IPROC200) += iproc_rng200.o |
