--- zzzz-none-000/linux-2.6.32.61/crypto/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/crypto/Kconfig 2013-10-07 10:12:44.000000000 +0000 @@ -32,7 +32,7 @@ option is selected config CRYPTO_ALGAPI - tristate + tristate "ALGAPI" select CRYPTO_ALGAPI2 help This option provides the API for cryptographic algorithms. @@ -41,7 +41,7 @@ tristate config CRYPTO_AEAD - tristate + tristate "AEAD" select CRYPTO_AEAD2 select CRYPTO_ALGAPI @@ -50,7 +50,7 @@ select CRYPTO_ALGAPI2 config CRYPTO_BLKCIPHER - tristate + tristate "BLKCIPHER" select CRYPTO_BLKCIPHER2 select CRYPTO_ALGAPI @@ -61,7 +61,7 @@ select CRYPTO_WORKQUEUE config CRYPTO_HASH - tristate + tristate "HASH" select CRYPTO_HASH2 select CRYPTO_ALGAPI @@ -70,7 +70,7 @@ select CRYPTO_ALGAPI2 config CRYPTO_RNG - tristate + tristate "RNG" select CRYPTO_RNG2 select CRYPTO_ALGAPI @@ -96,6 +96,10 @@ select CRYPTO_BLKCIPHER2 select CRYPTO_PCOMP +config CRYPTO_MANAGER_NO_TESTS + bool "Disable internal testsuite to save space" + depends on CRYPTO_MANAGER + config CRYPTO_GF128MUL tristate "GF(2^128) multiplication functions (EXPERIMENTAL)" depends on EXPERIMENTAL @@ -789,6 +793,12 @@ help This is the zlib algorithm. +config CRYPTO_UNLZMA + tristate "LZMA decompression" + select CRYPTO_PCOMP + help + This is the lzma decompression module. + config CRYPTO_LZO tristate "LZO compression algorithm" select CRYPTO_ALGAPI @@ -810,6 +820,10 @@ ANSI X9.31 A.2.4. Not this option must be enabled if CRYPTO_FIPS is selected +source "crypto/ocf/Kconfig" + source "drivers/crypto/Kconfig" endif # if CRYPTO + +source "crypto/Kconfig.ifx"