From: Mike Rapoport (IBM) Date: Sat, 25 Mar 2023 06:08:17 +0000 (+0300) Subject: arm64-reword-arch_force_max_order-prompt-and-help-text-v3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=23bb41a18b87010212875df55511ff8bf1df3525;p=users%2Fjedix%2Flinux-maple.git arm64-reword-arch_force_max_order-prompt-and-help-text-v3 change ARCH_FORCE_MAX_ORDER dependencies Link: https://lkml.kernel.org/r/20230325060828.2662773-4-rppt@kernel.org Acked-by: Kirill A. Shutemov Reviewed-by: Zi Yan Signed-off-by: Mike Rapoport (IBM) Signed-off-by: Andrew Morton --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index cdaf52ac4018..cc11cdcf5a00 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1487,7 +1487,7 @@ config XEN # 16K | 27 | 14 | 13 | 11 | # 64K | 29 | 16 | 13 | 13 | config ARCH_FORCE_MAX_ORDER - int "Order of maximal physically contiguous allocations" if ARM64_4K_PAGES || ARM64_16K_PAGES + int "Order of maximal physically contiguous allocations" if EXPERT && (ARM64_4K_PAGES || ARM64_16K_PAGES) default "13" if ARM64_64K_PAGES default "11" if ARM64_16K_PAGES default "10"