From 724221becfb2ec42489a57302b963e1cc600bb8e Mon Sep 17 00:00:00 2001 From: Alison Wang <b18965@freescale.com> Date: Tue, 18 Apr 2017 13:50:38 +0800 Subject: [PATCH] ARM: configs: Add multi_v7_lpae.config to support ARM_LPAE Add multi_v7_lpae.config to support the Large Physical Address Extension. Signed-off-by: Alison Wang <alison.wang@nxp.com> --- arch/arm/configs/multi_v7_lpae.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm/configs/multi_v7_lpae.config diff --git a/arch/arm/configs/multi_v7_lpae.config b/arch/arm/configs/multi_v7_lpae.config new file mode 100644 index 00000000000000..cd13d2df5fd597 --- /dev/null +++ b/arch/arm/configs/multi_v7_lpae.config @@ -0,0 +1,2 @@ +# Support for the Large Physical Address Extension +CONFIG_ARM_LPAE=y -- GitLab