Re: [PATCH REBASE] Add option to disable kernel compression

2013-10-09 Thread Christian Ruppert
On Tue, Oct 08, 2013 at 12:29:40PM -0700, Andrew Morton wrote: > On Tue, 8 Oct 2013 14:33:32 +0200 Christian Ruppert > wrote: > > > Until now, kernel compression can only be disabled by deselecting > > HAVE_ in the architecture Kconfig. > > Scratching my head a bit. There's no way of deselect

Re: [PATCH REBASE] Add option to disable kernel compression

2013-10-08 Thread Andrew Morton
On Tue, 8 Oct 2013 14:33:32 +0200 Christian Ruppert wrote: > Until now, kernel compression can only be disabled by deselecting > HAVE_ in the architecture Kconfig. Scratching my head a bit. There's no way of deselecting these things. I *think* you mean "by editing arch/xxx/Kconfig and removi

[PATCH REBASE] Add option to disable kernel compression

2013-10-08 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