diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-07-16 11:20:24 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-07-27 19:04:31 +0800 |
commit | ceec5f5b59882b871a722ca4d49b767a09a4bde9 (patch) | |
tree | db61abf1e30115a7bc07408262c7d2dc3bf016df /drivers/crypto/Kconfig | |
parent | d978b031c5886f18341cb4b609b150d81ad0faf4 (diff) | |
download | linux-ceec5f5b59882b871a722ca4d49b767a09a4bde9.tar.gz linux-ceec5f5b59882b871a722ca4d49b767a09a4bde9.tar.bz2 linux-ceec5f5b59882b871a722ca4d49b767a09a4bde9.zip |
crypto: qcom-rng - Add Qcom prng driver
This ports the Qcom prng from older hw_random driver.
No change of functionality and move from hw_random to crypto
APIs is done.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 7c6ba111671d..2bf799ba7674 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -585,6 +585,17 @@ config CRYPTO_DEV_QCE hardware. To compile this driver as a module, choose M here. The module will be called qcrypto. +config CRYPTO_DEV_QCOM_RNG + tristate "Qualcomm Random Number Generator Driver" + depends on ARCH_QCOM || COMPILE_TEST + select CRYPTO_RNG + help + This driver provides support for the Random Number + Generator hardware found on Qualcomm SoCs. + + To compile this driver as a module, choose M here. The + module will be called qcom-rng. If unsure, say N. + config CRYPTO_DEV_VMX bool "Support for VMX cryptographic acceleration instructions" depends on PPC64 && VSX |