aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.24/975-crypto_kconfig_hacks.patch
blob: 86d6ecd7b94dd955b155a18d7058edb2db0579bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -20,7 +20,7 @@ menuconfig CRYPTO
 if CRYPTO
 
 config CRYPTO_ALGAPI
-	tristate
+	tristate "ALG API"
 	help
 	  This option provides the API for cryptographic algorithms.
 
@@ -29,15 +29,15 @@ config CRYPTO_ABLKCIPHER
 	select CRYPTO_BLKCIPHER
 
 config CRYPTO_AEAD
-	tristate
+	tristate "AEAD"
 	select CRYPTO_ALGAPI
 
 config CRYPTO_BLKCIPHER
-	tristate
+	tristate "Block cipher"
 	select CRYPTO_ALGAPI
 
 config CRYPTO_HASH
-	tristate
+	tristate "HASH"
 	select CRYPTO_ALGAPI
 
 config CRYPTO_MANAGER