blob: 38c3293d33a9621e8501977c2cff19359635d002 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We
2need this to be able to compile this into the kernel and make use of it
3from backports.
4
5--- a/lib/crypto/Kconfig
6+++ b/lib/crypto/Kconfig
7@@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
8 tristate
9
10 config CRYPTO_LIB_ARC4
11- tristate
12+ tristate "ARC4 cipher library"
13
14 config CRYPTO_ARCH_HAVE_LIB_CHACHA
15 tristate