summaryrefslogtreecommitdiff
path: root/drivers/rng/Makefile
diff options
context:
space:
mode:
authorLin Jinhan <[email protected]>2020-03-31 17:39:59 +0800
committerKever Yang <[email protected]>2020-04-29 10:30:55 +0800
commit6e7353e3d9929d34c3fc1422503923aedbf6f972 (patch)
tree60277801c5fdd3a9d0dc78792c30ce2a1a930515 /drivers/rng/Makefile
parentfb9230c53b01666503010f1d59effc64b0e7842e (diff)
rockchip: rng: Add a driver for random number generator(rng) device
Add a driver for the rng device found on rockchip platforms. Support rng module of crypto v1 and crypto v2. Signed-off-by: Lin Jinhan <[email protected]> Tested-by: Peter Robinson <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'drivers/rng/Makefile')
-rw-r--r--drivers/rng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rng/Makefile b/drivers/rng/Makefile
index 6a8a66779b5..44a00039173 100644
--- a/drivers/rng/Makefile
+++ b/drivers/rng/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_DM_RNG) += rng-uclass.o
obj-$(CONFIG_RNG_MESON) += meson-rng.o
obj-$(CONFIG_RNG_SANDBOX) += sandbox_rng.o
obj-$(CONFIG_RNG_STM32MP1) += stm32mp1_rng.o
+obj-$(CONFIG_RNG_ROCKCHIP) += rockchip_rng.o