Christophe Leroy <christophe.le...@csgroup.eu> writes: > Commit a7d2475af7ae ("powerpc: Sort the selects under CONFIG_PPC") > sorted all selects under CONFIG_PPC. > > 4 years later, several items have been introduced at wrong place, > a few other have been renamed without moving them to their correct > place. > > Reorder them now. > > While we are at it, simplify the test for a couple of them: > - PPC_64 && PPC_PSERIES is simplified in PPC_PSERIES > - PPC_64 && PPC_BOOK3S is simplified in PPC_BOOK3S_64 > > Signed-off-by: Christophe Leroy <christophe.le...@csgroup.eu> > --- > v2: Rebased on d20f726744a0 ("Automatic merge of 'next' into merge > (2021-04-21 22:57)")
This will conflict badly with other things in linux-next if I merge it now. The best time to do this is just before rc1. I'll try to remember :) cheers