[PATCH] powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by default

2017-06-07 Thread Michael Ellerman
The PPC_DT_CPU_FTRs is a bit misplaced in menuconfig, it shows up with other general kernel options. It's really more at home in the "Platform Support" section, so move it there. Also enable it by default, for Book3s 64. It does mostly nothing unless the device tree properties are found, and we wi

Re: [PATCH] powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by default

2017-06-08 Thread Nicholas Piggin
On Thu, 8 Jun 2017 16:51:41 +1000 Michael Ellerman wrote: > The PPC_DT_CPU_FTRs is a bit misplaced in menuconfig, it shows up with > other general kernel options. It's really more at home in the "Platform > Support" section, so move it there. > > Also enable it by default, for Book3s 64. It doe

Re: [PATCH] powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by default

2017-06-08 Thread Michael Ellerman
Nicholas Piggin writes: > On Thu, 8 Jun 2017 16:51:41 +1000 > Michael Ellerman wrote: > >> The PPC_DT_CPU_FTRs is a bit misplaced in menuconfig, it shows up with >> other general kernel options. It's really more at home in the "Platform >> Support" section, so move it there. >> >> Also enable