summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2019-11-27 01:17:53 +0000
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-29 15:03:58 +0800
commit70d28fd884b9c6bd9b807c928455309106a7f934 (patch)
treeb7fd79875e10e3e560aad1c0db9256e39752a9e4 /arch/arm64/Kconfig
parent090b431c46bb79bcbc6314fee90e339e89552c82 (diff)
MLK-21599-1 arm64: Kconfig: Make FORCE_MAX_ZONEORDER configurable
Older imx releases increased this based on SOC_IMX8 but that symbol is gone and the expectation is that SOC-selection symbols like "ARCH_MXC" will almost always be defined and shouldn't be used to make incompatible config decisions. Make the value of FORCE_MAX_ZONEORDER configurable so this can be adjusted in a .config file. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Li Yang <Leoyang.li@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 3f047afb982c..178a2ed79dec 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1046,7 +1046,7 @@ config XEN
Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
config FORCE_MAX_ZONEORDER
- int
+ int "Maximum zone order"
default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
default "12" if (ARM64_16K_PAGES && TRANSPARENT_HUGEPAGE)
default "11"