Messages in this thread |  | | | Subject | Re: [PATCH]: Compress hibernation image with LZO (in-kernel) | | From | Bojan Smojver <> | | Date | Wed, 04 Aug 2010 15:58:22 +1000 |
| |
On Wed, 2010-08-04 at 15:12 +1000, Bojan Smojver wrote: > OK, I will check. I kinda remember the docs just saying to select the > above.
Looks to me the dependencies go the other way around (i.e. crypto depends on LZO, not LZO on crypto): ----------------- config CRYPTO_LZO tristate "LZO compression algorithm" select CRYPTO_ALGAPI select LZO_COMPRESS select LZO_DECOMPRESS help This is the LZO algorithm. ----------------- So, one needs LZO_COMPRESS/DECOMPRESS for CYPTO_LZO. But, given we just need straight compression/decompression, this should not be needed, if I'm understanding things correctly.
-- Bojan
|  |