[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1280901502.2591.5.camel@shrek.rexursive.com>
Date: Wed, 04 Aug 2010 15:58:22 +1000
From: Bojan Smojver <bojan@...ursive.com>
To: nigel@...onice.net
Cc: kamezawa.hiroyu@...fujitsu.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH]: Compress hibernation image with LZO (in-kernel)
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists