From 34dc9cc77d9450d1526e8e5a97b42b61c2bd875c Mon Sep 17 00:00:00 2001 From: wanxiaoqing Date: Wed, 9 Aug 2023 09:20:05 +0800 Subject: [PATCH] =?UTF-8?q?config=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanxiaoqing --- arch/arm64/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 84d2b773e9d2..81cfaa9bf589 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1546,7 +1546,6 @@ menu "ARMv8.3 architectural features" config ARM64_PTR_AUTH bool "Enable support for pointer authentication" - default y depends on (CC_HAS_SIGN_RETURN_ADDRESS || CC_HAS_BRANCH_PROT_PAC_RET) && AS_HAS_PAC # Modern compilers insert a .note.gnu.property section note for PAC # which is only understood by binutils starting with version 2.33.1. -- Gitee