Message ID | 1421709865-6368-2-git-send-email-anton@samba.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e91e992588331a2150049df8cc172971d519e846 |
Delegated to: | Michael Ellerman |
Headers | show |
Hi Anton, On Tue, 20 Jan 2015 10:24:20 +1100 Anton Blanchard <anton@samba.org> wrote: > > This was enabled on the pseries defconfigs recently, but missed > the ppc64 one. So do any of the options you enable in thelater patches need to be enabled for ppc64_defconfig as well? I am wondering if we could do more of these in Kconfig entries ...
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index f1c4342..d657ad3 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -41,6 +41,7 @@ CONFIG_PPC_CELL_QPACE=y CONFIG_RTAS_FLASH=m CONFIG_IBMEBUS=y CONFIG_CPU_FREQ_PMAC64=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y CONFIG_HZ_100=y CONFIG_BINFMT_MISC=m CONFIG_PPC_TRANSACTIONAL_MEM=y
This was enabled on the pseries defconfigs recently, but missed the ppc64 one. Signed-off-by: Anton Blanchard <anton@samba.org> --- arch/powerpc/configs/ppc64_defconfig | 1 + 1 file changed, 1 insertion(+)