Re: [PATCH 1/3] kernel: Add a new config option to remove command line parsing

From: josh
Date: Tue May 19 2015 - 20:54:20 EST


On Tue, May 19, 2015 at 11:35:59AM +0200, Paul Bolle wrote:
> On Mon, 2015-05-18 at 14:50 +0300, Iulia Manda wrote:
> > --- a/arch/x86/Kconfig
> > +++ b/arch/x86/Kconfig
>
> > +config CMDLINE_PARSE
> > + bool "Enable support for command line parsing"
> > + default y
> > + ---help---
> > + With this option set to 'Y', kernel parameters, both the ones
> > + passed at boot time and at compile time are parsed.
> > +
> > + If you say no here, all the kernel parameters' values will be set
> > + to their defaults at compile time, in order to make constant
> > + folding possible.
> > +
> > + Systems with no space constraints should leave this option set to
> > + 'Y'.
>
> This adds a x86 specific Kconfig option.

Good catch. I reviewed the Kconfig option and its usage very carefully,
but completely missed that it was in the wrong file.

This needs to go in init/Kconfig or similar.

- Josh Triplett
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/