Hi Eugeniu, > On Tue, Feb 13, 2018 at 1:56 AM, Eugeniu Rosca <roscaeugeniu@xxxxxxxxx> wrote: > > From: Eugeniu Rosca <erosca@xxxxxxxxxxxxxx> > > Commit 1ccb27143360 ("kconfig: make "Selected by:" and "Implied by:" > > readable") made an incredible improvement in how reverse dependencies > > are perceived by the user, by breaking down the single (often > > interminable) expression string into small readable chunks, each of > > them displayed on a separate line: > > Selected by: > > - A & B > > - C & (D || E) > > Unfortunately, what happens with the non-OR (either E_SYMBOL or E_AND) > > expressions is that they don't get a dedicated line: > > Selected by: F & G I deliberately choose it :-). It didn't make much sense for me to add new line for just one line. I thought someone wouldn't like it for the inconsistency :-). Kind regards, Petr -- 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