summaryrefslogtreecommitdiff
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2026-05-31 12:17:38 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2026-06-12 09:56:26 +0800
commitbe6498ca1cca9084330bdefb68ad8379d1ac5ea7 (patch)
tree9574505def0ad8e079fdad6edc09d046cfebb8e8 /drivers/crypto/Kconfig
parent5f1d444e084ce3e4619e38c45a8cc29e6fffb2bf (diff)
downloadlinux-next-be6498ca1cca9084330bdefb68ad8379d1ac5ea7.tar.gz
linux-next-be6498ca1cca9084330bdefb68ad8379d1ac5ea7.zip
hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/
Since this file just implements a hwrng driver, move it into drivers/char/hw_random/. Rename the kconfig option accordingly as well. Signed-off-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index b94ba934e2d8..216a00bad5d7 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -699,18 +699,6 @@ config CRYPTO_DEV_TEGRA
Select this to enable Tegra Security Engine which accelerates various
AES encryption/decryption and HASH algorithms.
-config CRYPTO_DEV_XILINX_TRNG
- tristate "Support for Xilinx True Random Generator"
- depends on ZYNQMP_FIRMWARE || COMPILE_TEST
- select CRYPTO_LIB_SHA512
- select HW_RANDOM
- help
- Xilinx Versal SoC driver provides kernel-side support for True Random Number
- Generator and Pseudo random Number in CTR_DRBG mode as defined in NIST SP800-90A.
-
- To compile this driver as a module, choose M here: the module
- will be called xilinx-trng.
-
config CRYPTO_DEV_ZYNQMP_AES
tristate "Support for Xilinx ZynqMP AES hw accelerator"
depends on ZYNQMP_FIRMWARE || COMPILE_TEST