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

From: OGAWA Hirofumi
Date: Fri Apr 07 2006 - 11:06:42 EST


"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

Thanks.
--
OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
-
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/