2018-01-24 4:31 GMT+09:00 Petr Vorel <petr.vorel@xxxxxxxxx>: > Reverse dependency expressions can get rather unwieldy, especially if > a symbol is selected by more than a handful of other symbols. I.e. it's > possible to have near endless expressions like: > A && B && !C || D || F && (G || H) || [...] > > Chop these expressions into actually readable chunks: > - A && B && !C > - D > - F && (G || H) > - [...] > > I.e. transform the top level OR tokens into newlines and prepend each > line with a minus. This makes the "Selected by:" and "Implied by:" blurb > much easier to read. This is done only if there is more than one top > level OR. "Depends on:" and "Range :" were deliberately left as they are. > > Based on idea from Paul Bolle. > > Reported-by: Paul Bolle <pebolle@xxxxxxxxxx> > Signed-off-by: Petr Vorel <petr.vorel@xxxxxxxxx> I forgot to mention this. The patch subject is strange because this is not limited to menuconfig. menu_get_ext_help() is called from all kconfig host programs (conf, mconf, gconf, nconf, qconf) -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html