From: b18965@freescale.com (Alison Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: configs: Add multi_v7_lpae.config to support ARM_LPAE
Date: Tue, 18 Apr 2017 16:30:55 +0800 [thread overview]
Message-ID: <1492504255-9418-1-git-send-email-b18965@freescale.com> (raw)
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
reply other threads:[~2017-04-18 8:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1492504255-9418-1-git-send-email-b18965@freescale.com \
--to=b18965@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).