Commit 92d051a1 authored by Will Deacon's avatar Will Deacon
Browse files

arm64: Kconfig: Spell out "ARMv9.4" in menuconfig text



The menuconfig entries to configure various architectural features are
all formatted as "ARMvx.y architecture features" with the unusual
exception of 9.4, which omits the "ARM" prefix.

Add the "ARM" prefix to the menuconfig entry for the ARMv9.4
architectural features.

Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent 19dd484c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2218,7 +2218,7 @@ config ARM64_HAFT

endmenu # "ARMv8.9 architectural features"

menu "v9.4 architectural features"
menu "ARMv9.4 architectural features"

config ARM64_GCS
	bool "Enable support for Guarded Control Stack (GCS)"
@@ -2237,7 +2237,7 @@ config ARM64_GCS
	  The feature is detected at runtime, and will remain disabled
	  if the system does not implement the feature.

endmenu # "v9.4 architectural features"
endmenu # "ARMv9.4 architectural features"

config ARM64_SVE
	bool "ARM Scalable Vector Extension support"