[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5692716.lOV4Wx5bFT@positron.chronox.de>
Date: Sun, 04 Oct 2020 20:48:06 +0200
From: Stephan Müller <smueller@...onox.de>
To: Palmer Dabbelt <palmerdabbelt@...gle.com>,
Christoph Hellwig <hch@...radead.org>
Cc: linux-riscv@...ts.infradead.org, kernel-team@...roid.com,
kernel test robot <lkp@...el.com>,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] crypto: jitterentropy - bind statically into kernel
The RISC-V architecture is about to implement the callback
random_get_entropy with a function that is not exported to modules.
Thus, the Jitter RNG is changed to be only bound statically into the
kernel removing the option to compile it as module.
Reported-by: Christoph Hellwig <hch@...radead.org>
Signed-off-by: Stephan Mueller <smueller@...onox.de>
---
crypto/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 094ef56ab7b4..5b20087b117f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1853,7 +1853,7 @@ config CRYPTO_DRBG
endif # if CRYPTO_DRBG_MENU
config CRYPTO_JITTERENTROPY
- tristate "Jitterentropy Non-Deterministic Random Number Generator"
+ bool "Jitterentropy Non-Deterministic Random Number Generator"
select CRYPTO_RNG
help
The Jitterentropy RNG is a noise that is intended
--
2.26.2
Powered by blists - more mailing lists