Re: [PATCH] Add option to disable kernel compression

2013-04-11 Thread Alexander Stein
Hello, On Thursday 11 April 2013 13:08:08, Vineet Gupta wrote: > On 04/09/2013 05:19 PM, Christian Ruppert wrote: > > Until now, kernel compression can only be disabled by deselecting > > HAVE_ in the architecture Kconfig. However, some > > users/platforms within the same architecture might want t

Re: [PATCH] Add option to disable kernel compression

2013-04-11 Thread Vineet Gupta
On 04/09/2013 05:19 PM, Christian Ruppert wrote: > Until now, kernel compression can only be disabled by deselecting > HAVE_ in the architecture Kconfig. However, some > users/platforms within the same architecture might want to use > compression while others might want to disable it. > This patch

[PATCH] Add option to disable kernel compression

2013-04-09 Thread Christian Ruppert
Until now, kernel compression can only be disabled by deselecting HAVE_ in the architecture Kconfig. However, some users/platforms within the same architecture might want to use compression while others might want to disable it. This patch is a solution to the dilemma. Signed-off-by: Christian Rup