ad85e43e53166c9145b7ffe004bf6ea7fb5d1ba5
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.27 / 975-crypto_kconfig_hacks.patch
1 --- a/crypto/Kconfig 2008-12-12 00:28:55.000000000 +0100
2 +++ b/crypto/Kconfig 2008-12-12 00:29:33.000000000 +0100
3 @@ -22,20 +22,20 @@
4 comment "Crypto core or helper"
5
6 config CRYPTO_ALGAPI
7 - tristate
8 + tristate "ALG API"
9 help
10 This option provides the API for cryptographic algorithms.
11
12 config CRYPTO_AEAD
13 - tristate
14 + tristate "AEAD"
15 select CRYPTO_ALGAPI
16
17 config CRYPTO_BLKCIPHER
18 - tristate
19 + tristate "Block cipher"
20 select CRYPTO_ALGAPI
21
22 config CRYPTO_HASH
23 - tristate
24 + tristate "HASH"
25 select CRYPTO_ALGAPI
26
27 config CRYPTO_MANAGER