]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commitc6ee9619e2edd9912316f7e2eaf9ffa14fafe9f9
treeab370c98f7b4cab4ed467225b7afa9c46bc45a28
parent92d9dfda8b547cc292af27e11e11c9eff3bb574f
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: 5a61ef74f269 ("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