[PATCH] arm64: Kconfig: allow to change FORCE_MAX_ZONEORDER via custom config

From: Vadym Kochan
Date: Thu Mar 12 2020 - 19:51:13 EST


Add missing config option name which allows to change it via custom
config.

Signed-off-by: Vadym Kochan <vadym.kochan@xxxxxxxxxxx>
---
arch/arm64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0b30e884e088..d974f31c3c18 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1120,7 +1120,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"
--
2.17.1