kernel: mtd: allow partial block erase
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.8 / 256-crypto_add_kconfig_prompts.patch
1 --- a/crypto/Kconfig
2 +++ b/crypto/Kconfig
3 @@ -31,7 +31,7 @@ config CRYPTO_FIPS
4 this is.
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 @@ -40,7 +40,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 @@ -49,7 +49,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 @@ -60,7 +60,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 @@ -69,7 +69,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