Re: [RFC/POC] multiple CONFIG y/m/n

From: Randy.Dunlap
Date: Fri Apr 07 2006 - 11:43:44 EST


On Sat, 08 Apr 2006 00:04:26 +0900 OGAWA Hirofumi wrote:

> "Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> writes:
>
> > As it is here, PARPORT_ENABLE_ALL tracks PARPORT (y/m/n) when the former
> > is enabled/configured. The downside of this Kconfig usage is that almost
> > all lines of "depends" are duplicated as "select" (and that it uses "select").
> > It would be good if there was some way to automate this.
> >
> > Comments?
>
> Umm... Oh, how about the following? It seems work...
>
> $ perl -spi -e 's/CONFIG_SND.*//' .config
> $ KCONFIG_ALLCONFIG=.config make allmodconfig or allyesconfig

Yes, that seems to do what I want to do.

Very nice, thanks.

---
~Randy
-
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/