diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2020-09-18 09:23:00 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-09-25 09:48:16 +0200 |
commit | ac2614d721dea2ff273af19c6c5d508d58a2bb3e (patch) | |
tree | d2b399ca96c390c093b4d33d9fd513e214eabc36 /drivers/crypto/allwinner/sun8i-ss/Makefile | |
parent | crypto: sun8i-ss - Add SS_START define (diff) | |
download | linux-ac2614d721dea2ff273af19c6c5d508d58a2bb3e.tar.xz linux-ac2614d721dea2ff273af19c6c5d508d58a2bb3e.zip |
crypto: sun8i-ss - Add support for the PRNG
This patch had support for the PRNG present in the SS.
The output was tested with rngtest without any failure.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/allwinner/sun8i-ss/Makefile')
-rw-r--r-- | drivers/crypto/allwinner/sun8i-ss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/allwinner/sun8i-ss/Makefile b/drivers/crypto/allwinner/sun8i-ss/Makefile index add7b0543fd5..49f2f912c816 100644 --- a/drivers/crypto/allwinner/sun8i-ss/Makefile +++ b/drivers/crypto/allwinner/sun8i-ss/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_CRYPTO_DEV_SUN8I_SS) += sun8i-ss.o sun8i-ss-y += sun8i-ss-core.o sun8i-ss-cipher.o +sun8i-ss-$(CONFIG_CRYPTO_DEV_SUN8I_SS_PRNG) += sun8i-ss-prng.o |