public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: lib/arc4 - expose library interface
@ 2022-07-14  5:12 Christian Marangi
  2022-07-15  2:04 ` Eric Biggers
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Marangi @ 2022-07-14  5:12 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, linux-crypto, linux-kernel; +Cc: Christian Marangi

Permit to compile the arc4 crypto lib without any user. This is required
by the backports project [1] that require this lib for any wireless
driver.

[1] https://backports.wiki.kernel.org/index.php/Main_Page

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
---
 lib/crypto/Kconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/crypto/Kconfig b/lib/crypto/Kconfig
index 2082af43d51f..2dfc785a7817 100644
--- a/lib/crypto/Kconfig
+++ b/lib/crypto/Kconfig
@@ -6,7 +6,11 @@ config CRYPTO_LIB_AES
 	tristate
 
 config CRYPTO_LIB_ARC4
-	tristate
+	tristate "ARC4 library interface"
+	help
+	  Enable the ARC4 library interface. This interface is mainly
+	  used by wireless drivers and is required by the backports
+	  project.
 
 config CRYPTO_ARCH_HAVE_LIB_BLAKE2S
 	bool
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-16  5:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14  5:12 [PATCH] crypto: lib/arc4 - expose library interface Christian Marangi
2022-07-15  2:04 ` Eric Biggers
2022-07-15  7:39   ` David Laight
2022-07-15  2:10     ` Christian Marangi
2022-07-16  5:49       ` Eric Biggers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox