summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorBalbir Singh <bsingharora@gmail.com>2017-04-13 17:20:45 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2017-08-31 14:26:47 +1000
commit5b593949f8ff2b505e68bf044ea4586a4b57e1ac (patch)
treee56908cf1001f2b965cecc8689bc1bb4edb73351 /arch/powerpc/configs
parentd8895268f06546ad3744acce37798ec50b16ae42 (diff)
downloadop-kernel-dev-5b593949f8ff2b505e68bf044ea4586a4b57e1ac.zip
op-kernel-dev-5b593949f8ff2b505e68bf044ea4586a4b57e1ac.tar.gz
powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig
Enable 64K page size and THP. I use ppc64le_defconfig when I need a single config across guest and host, but having 4K page size as default is not what I expect. I could move these over to server.config and merge if ppc64_defconfig is meant for systems that use 4k pages by default. Signed-off-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r--arch/powerpc/configs/ppc64_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index 80db906..791db77 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -50,6 +50,8 @@ CONFIG_KEXEC_FILE=y
CONFIG_CRASH_DUMP=y
CONFIG_IRQ_ALL_CPUS=y
CONFIG_KSM=y
+CONFIG_TRANSPARENT_HUGEPAGE=y
+CONFIG_PPC_64K_PAGES=y
CONFIG_SCHED_SMT=y
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_RPA=m
OpenPOWER on IntegriCloud