| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We |
| 2 | need this to be able to compile this into the kernel and make use of it | ||||
| 3 | from 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 | ||||