1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 06:56:27 +03:00
openwrt-xburst/target/linux/generic-2.6/patches-2.6.26/975-crypto_kconfig_hacks.patch

28 lines
491 B
Diff
Raw Normal View History

--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -22,20 +22,20 @@ if CRYPTO
comment "Crypto core or helper"
config CRYPTO_ALGAPI
- tristate
+ tristate "ALG API"
help
This option provides the API for cryptographic algorithms.
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