* [PATCH] arm64: kconfig: add submenu for 8.2 architectural features
@ 2016-02-26 16:30 Will Deacon
0 siblings, 0 replies; only message in thread
From: Will Deacon @ 2016-02-26 16:30 UTC (permalink / raw)
To: linux-arm-kernel
UAO is a feature of ARMv8.2, so add a submenu like we have for 8.1.
Signed-off-by: Will Deacon <will.deacon@arm.com>
---
arch/arm64/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index b6460911dd92..cfed7057d4ce 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -758,6 +758,8 @@ config ARM64_LSE_ATOMICS
endmenu
+menu "ARMv8.2 architectural features"
+
config ARM64_UAO
bool "Enable support for User Access Override (UAO)"
default y
@@ -779,6 +781,8 @@ config ARM64_UAO
regular load/store instructions if the cpu does not implement the
feature.
+endmenu
+
config ARM64_MODULE_CMODEL_LARGE
bool
--
2.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-26 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 16:30 [PATCH] arm64: kconfig: add submenu for 8.2 architectural features Will Deacon
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).