The reMarkable2 requires VMSPLIT_2G, so lets set this in the imx_v6_v7_defconfig. Signed-off-by: Alistair Francis <alistair@xxxxxxxxxxxxx> --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 55674cb1ffce..fa9229616106 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -29,6 +29,7 @@ CONFIG_SOC_IMX7D=y CONFIG_SOC_IMX7ULP=y CONFIG_SOC_VF610=y CONFIG_SMP=y +CONFIG_VMSPLIT_2G=y CONFIG_ARM_PSCI=y CONFIG_HIGHMEM=y CONFIG_FORCE_MAX_ZONEORDER=14 -- 2.29.2