]> 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)
commitd9f3e99f92120f779fcd8faee7e218cff32939c7
treeab370c98f7b4cab4ed467225b7afa9c46bc45a28
parent0c26a7683745c3928dbf8d5047de9738487ea3d0
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: fc8f1f46836a ("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