On Wed, 21 May 2008 23:47:23 +0200
Sam Ravnborg <[email protected]> wrote:
> On Wed, May 21, 2008 at 04:47:03PM -0400, Andres Salomon wrote:
> > On Fri, 2 May 2008 21:09:49 +0200
> > Sam Ravnborg <[email protected]> wrote:
> >
> > > With the attached patch you can do:
> > >
> > > make K=my_favourite_config defconfig
> > >
> > > kconfig will read all config values form 'my_favourite_config'
> > > and set all other symbols to their default value.
> > > The output is now dense like this:
> > > # configuration is based on 'my_favourite_config'
> > > #
> > > # configuration written to .config
> > > #
> > >
> >
> >
> > Is this slated for 2.6.27?
>
> Been busy and got sidetracked after my first version proved broken.
> Will try to look at it in the weekend.
>
> Sam
Any updates on this? I've been forced to use a workaround in the
meantime..
On Fri, Jun 13, 2008 at 02:10:49PM -0400, Andres Salomon wrote:
> On Wed, 21 May 2008 23:47:23 +0200
> Sam Ravnborg <[email protected]> wrote:
>
> > On Wed, May 21, 2008 at 04:47:03PM -0400, Andres Salomon wrote:
> > > On Fri, 2 May 2008 21:09:49 +0200
> > > Sam Ravnborg <[email protected]> wrote:
> > >
> > > > With the attached patch you can do:
> > > >
> > > > make K=my_favourite_config defconfig
> > > >
> > > > kconfig will read all config values form 'my_favourite_config'
> > > > and set all other symbols to their default value.
> > > > The output is now dense like this:
> > > > # configuration is based on 'my_favourite_config'
> > > > #
> > > > # configuration written to .config
> > > > #
> > > >
> > >
> > >
> > > Is this slated for 2.6.27?
> >
> > Been busy and got sidetracked after my first version proved broken.
> > Will try to look at it in the weekend.
> >
> > Sam
>
>
> Any updates on this? I've been forced to use a workaround in the
> meantime..
Nope. I have been busy with other stuff and need to close this first.
Pending stuff before this:
-> Simplify link of vmlinux (about to be dropped for now as I cannot solve um issue)
-> Kill need for ALTARCH in sparc (almost finished)
-> Optimize make headers_* (almost finished)
And a few more things that I cannot remember atm
Sam