linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: configs: Add multi_v7_lpae.config to support ARM_LPAE
@ 2017-04-18  8:30 Alison Wang
  0 siblings, 0 replies; only message in thread
From: Alison Wang @ 2017-04-18  8:30 UTC (permalink / raw)
  To: linux-arm-kernel

As some ARMv7 platforms need to enable ARM_LPAE to access memory beyond
the 4GB limit, this patch is to add multi_v7_lpae.config to support the
Large Physical Address Extension. The building will use
multi_v7_defconfig + multi_v7_lpae.config as the defconfig.

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 0000000..cd13d2d
--- /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
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-18  8:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18  8:30 [PATCH] ARM: configs: Add multi_v7_lpae.config to support ARM_LPAE Alison Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).