From c2c2655f8300599147bb440bc53df4da93b2876a Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Fri, 11 Apr 2025 14:46:51 +0100 Subject: [PATCH] Revert "arm64: Kconfig: Make SME depend on BROKEN for now" This reverts commit 81235ae0c846e1fb46a2c6fe9283fe2b2b24f7dc. With SME forcefully disabled at runtime, we can flip CONFIG_ARM64_SME back on so that the associated KMI changes can be merged ahead of the freeze. Cc: Mark Rutland Cc: Todd Kjos Signed-off-by: Will Deacon Bug: 393087661 Change-Id: If9567f6693bd4e4def966e51d329bbd47daf7c3f --- arch/arm64/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 75e96e5c80a8..d1e92189a96e 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -2229,7 +2229,6 @@ config ARM64_SME bool "ARM Scalable Matrix Extension support" default y depends on ARM64_SVE - depends on BROKEN help The Scalable Matrix Extension (SME) is an extension to the AArch64 execution state which utilises a substantial subset of the SVE