this patch restores the 2.4 menuconfig baheviour. pressing m on a boolean option sets it to yes.
jacek --- 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