MLK-21599-1 arm64: Kconfig: Make FORCE_MAX_ZONEORDER configurable
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 27 Nov 2019 01:17:53 +0000 (01:17 +0000)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 02:34:23 +0000 (10:34 +0800)
commit57561faf7091a65315311f58461900ef54145674
treef68706fb2c6295023d017fe9f1c5d29f4d96e8ec
parentb4c7aa428e01ab653bd176a6b7fe6393cb6202b0
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>
arch/arm64/Kconfig