generic-2.6: add kernel 2.6.35 preliminary support (patches)
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.35 / 979-crypto_add_kconfig_prompts.patch
1 --- a/crypto/Kconfig
2 +++ b/crypto/Kconfig
3 @@ -32,7 +32,7 @@ config CRYPTO_FIPS
4 option is selected
5
6 config CRYPTO_ALGAPI
7 - tristate
8 + tristate "ALGAPI"
9 select CRYPTO_ALGAPI2
10 help
11 This option provides the API for cryptographic algorithms.
12 @@ -41,7 +41,7 @@ config CRYPTO_ALGAPI2
13 tristate
14
15 config CRYPTO_AEAD
16 - tristate
17 + tristate "AEAD"
18 select CRYPTO_AEAD2
19 select CRYPTO_ALGAPI
20
21 @@ -50,7 +50,7 @@ config CRYPTO_AEAD2
22 select CRYPTO_ALGAPI2
23
24 config CRYPTO_BLKCIPHER
25 - tristate
26 + tristate "BLKCIPHER"
27 select CRYPTO_BLKCIPHER2
28 select CRYPTO_ALGAPI
29
30 @@ -61,7 +61,7 @@ config CRYPTO_BLKCIPHER2
31 select CRYPTO_WORKQUEUE
32
33 config CRYPTO_HASH
34 - tristate
35 + tristate "HASH"
36 select CRYPTO_HASH2
37 select CRYPTO_ALGAPI
38
39 @@ -70,7 +70,7 @@ config CRYPTO_HASH2
40 select CRYPTO_ALGAPI2
41
42 config CRYPTO_RNG
43 - tristate
44 + tristate "RNG"
45 select CRYPTO_RNG2
46 select CRYPTO_ALGAPI
47