summaryrefslogtreecommitdiff
path: root/drivers/crypto/fsl/Makefile
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-06-27 23:58:53 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-07-27 11:46:29 +0300
commitea95f2142e94bfb68c61e5724616f9949b974a4c (patch)
treefb916a55959c59d0407cb515cea9402567c6a958 /drivers/crypto/fsl/Makefile
parentb980f9e2597b52ce71247e79d534349f7d174b38 (diff)
downloadu-boot-ea95f2142e94bfb68c61e5724616f9949b974a4c.tar.xz
crypto/fsl: add RNG support
Register the random number generator with the rng subsystem in u-boot. This way it can be used by EFI as well as for the 'rng' command. Signed-off-by: Michael Walle <michael@walle.cc> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'drivers/crypto/fsl/Makefile')
-rw-r--r--drivers/crypto/fsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile
index cfb36f3bb9..a5e8d38e38 100644
--- a/drivers/crypto/fsl/Makefile
+++ b/drivers/crypto/fsl/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_FSL_CAAM) += jr.o fsl_hash.o jobdesc.o error.o
obj-$(CONFIG_CMD_BLOB) += fsl_blob.o
obj-$(CONFIG_CMD_DEKBLOB) += fsl_blob.o
obj-$(CONFIG_RSA_FREESCALE_EXP) += fsl_rsa.o
+obj-$(CONFIG_FSL_CAAM_RNG) += rng.o