mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 10:56:45 +07:00
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>
This commit is contained in:
parent
c1e4659ba8
commit
f993318bfe
@ -769,6 +769,8 @@ config ARM64_LSE_ATOMICS
|
|||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
menu "ARMv8.2 architectural features"
|
||||||
|
|
||||||
config ARM64_UAO
|
config ARM64_UAO
|
||||||
bool "Enable support for User Access Override (UAO)"
|
bool "Enable support for User Access Override (UAO)"
|
||||||
default y
|
default y
|
||||||
@ -790,6 +792,8 @@ config ARM64_UAO
|
|||||||
regular load/store instructions if the cpu does not implement the
|
regular load/store instructions if the cpu does not implement the
|
||||||
feature.
|
feature.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
config ARM64_MODULE_CMODEL_LARGE
|
config ARM64_MODULE_CMODEL_LARGE
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user