]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by default
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 8 Jun 2017 06:29:59 +0000 (16:29 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 8 Jun 2017 10:42:57 +0000 (20:42 +1000)
commitc332255a792877787328f94cb79d6d8daccf9769
treeab370c98f7b4cab4ed467225b7afa9c46bc45a28
parent6302413ca3569cdcc79a44c2fe46c02272cdcda2
powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by default

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 will want it enabled
eventually in distro kernels, so turn it on to start getting more
testing.

Fixes: 6e3c768120a2 ("powerpc/64s: Support new device tree binding for discovering CPU features")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig
arch/powerpc/platforms/Kconfig