On Mon, Dec 15, Jacek Lipkowski wrote: > this patch restores the 2.4 menuconfig baheviour. pressing m on a boolean > option sets it to yes.
Can we get that feature back for 2.6? > --- scripts/kconfig/symbol.c.old 2003-12-15 15:20:09 +0100 > +++ scripts/kconfig/symbol.c 2003-12-15 15:24:28 +0100 > @@ -360,7 +360,7 @@ > return false; > > if (type == S_BOOLEAN && val == mod) > - return false; > + return true; > if (sym->visible <= sym->rev_dep.tri) > return false; > if (sym_is_choice_value(sym) && sym->visible == yes) > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > kbuild-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/kbuild-devel > -- USB is for mice, FireWire is for men! sUse lINUX ag, nÃRNBERG ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel