diff options
author | Will Deacon <will.deacon@arm.com> | 2016-02-26 11:30:14 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-02-26 13:12:35 -0500 |
commit | f993318bfe77e7e1b572dfd963729585f3117cad (patch) | |
tree | efe52b89eba772c0d20312bccca651bda2abfa6d | |
parent | c1e4659ba8ec8aecaee7137b5ed420263a4f7036 (diff) |
arm64: kconfig: add submenu for 8.2 architectural features
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>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r-- | arch/arm64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 97cd2b9dafd4..dbd47bb9caf2 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -769,6 +769,8 @@ config ARM64_LSE_ATOMICS | |||
769 | 769 | ||
770 | endmenu | 770 | endmenu |
771 | 771 | ||
772 | menu "ARMv8.2 architectural features" | ||
773 | |||
772 | config ARM64_UAO | 774 | config ARM64_UAO |
773 | bool "Enable support for User Access Override (UAO)" | 775 | bool "Enable support for User Access Override (UAO)" |
774 | default y | 776 | default y |
@@ -790,6 +792,8 @@ config ARM64_UAO | |||
790 | regular load/store instructions if the cpu does not implement the | 792 | regular load/store instructions if the cpu does not implement the |
791 | feature. | 793 | feature. |
792 | 794 | ||
795 | endmenu | ||
796 | |||
793 | config ARM64_MODULE_CMODEL_LARGE | 797 | config ARM64_MODULE_CMODEL_LARGE |
794 | bool | 798 | bool |
795 | 799 | ||