diff options
author | Zoltan Sogor <weth@inf.u-szeged.hu> | 2007-12-07 03:53:23 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-01-10 16:16:35 -0500 |
commit | 0b77abb3b2d0c2eee1da79a3f3bd4312a0edb156 (patch) | |
tree | 0a782303f8b8a86f66fc95c830cdf69c78289084 /crypto/Kconfig | |
parent | 91755a921c4af51c355bcb74a98b717d5c1818b6 (diff) |
[CRYPTO] lzo: Add LZO compression algorithm support
Add LZO compression algorithm support
Signed-off-by: Zoltan Sogor <weth@inf.u-szeged.hu>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 40ae92caa4f6..4fd14e4efed2 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -536,6 +536,14 @@ config CRYPTO_AUTHENC | |||
536 | Authenc: Combined mode wrapper for IPsec. | 536 | Authenc: Combined mode wrapper for IPsec. |
537 | This is required for IPSec. | 537 | This is required for IPSec. |
538 | 538 | ||
539 | config CRYPTO_LZO | ||
540 | tristate "LZO compression algorithm" | ||
541 | select CRYPTO_ALGAPI | ||
542 | select LZO_COMPRESS | ||
543 | select LZO_DECOMPRESS | ||
544 | help | ||
545 | This is the LZO algorithm. | ||
546 | |||
539 | source "drivers/crypto/Kconfig" | 547 | source "drivers/crypto/Kconfig" |
540 | 548 | ||
541 | endif # if CRYPTO | 549 | endif # if CRYPTO |