diff options
author | Anton Blanchard | 2015-01-20 10:24:20 +1100 |
---|---|---|
committer | Michael Ellerman | 2015-01-21 15:10:22 +1100 |
commit | e91e992588331a2150049df8cc172971d519e846 (patch) | |
tree | e90c02baac5ed9c72efaa81551dae719ab4ed3cf | |
parent | a85cade6762bf566698e625ec1a4461245e40768 (diff) |
powerpc: Enable on demand governor on ppc64_defconfig
This was enabled on the pseries defconfigs recently, but missed
the ppc64 one.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 7481e4ff87e4..8622dfe46421 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 |