ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus behind...
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.30 / 979-crypto_add_kconfig_prompts.patch
1 --- a/crypto/Kconfig
2 +++ b/crypto/Kconfig
3 @@ -30,7 +30,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 @@ -39,7 +39,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 @@ -48,7 +48,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 @@ -59,7 +59,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 @@ -68,7 +68,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