[PATCH 1/2] init/Kconfig: add option to disable kernel compression

2013-11-18 Thread Christian Ruppert
Some ARC users say they can boot faster with without kernel compression. This probably depends on things like the FLASH chip they use etc. Until now, kernel compression can only be disabled by removing "select HAVE_" lines from the architecture Kconfig. So add the Kconfig logic to permit disablin

Re: [PATCH 1/2] init/Kconfig: add option to disable kernel compression

2013-11-16 Thread Vineet Gupta
On 11/15/2013 10:27 PM, Christian Ruppert wrote: > On Thu, Nov 14, 2013 at 03:51:22PM +0530, Vineet Gupta wrote: >> +CC Sam for Kconfig wisdom >> >> On 11/14/2013 02:08 PM, Christian Ruppert wrote: >>> Some ARC users say they can boot faster with without kernel compression. >>> This probably depend

Re: [PATCH 1/2] init/Kconfig: add option to disable kernel compression

2013-11-15 Thread Christian Ruppert
On Thu, Nov 14, 2013 at 03:51:22PM +0530, Vineet Gupta wrote: > +CC Sam for Kconfig wisdom > > On 11/14/2013 02:08 PM, Christian Ruppert wrote: > > Some ARC users say they can boot faster with without kernel compression. > > This probably depends on things like the FLASH chip they use etc. > > >

Re: [PATCH 1/2] init/Kconfig: add option to disable kernel compression

2013-11-14 Thread Vineet Gupta
+CC Sam for Kconfig wisdom On 11/14/2013 02:08 PM, Christian Ruppert wrote: > Some ARC users say they can boot faster with without kernel compression. > This probably depends on things like the FLASH chip they use etc. > > Until now, kernel compression can only be disabled by removing "select > H

[PATCH 1/2] init/Kconfig: add option to disable kernel compression

2013-11-14 Thread Christian Ruppert
Some ARC users say they can boot faster with without kernel compression. This probably depends on things like the FLASH chip they use etc. Until now, kernel compression can only be disabled by removing "select HAVE_" lines from the architecture Kconfig. So add the Kconfig logic to permit disablin