From a799835ec691b6f3f6b4ef4342cc85ea65937979 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 10 Nov 2021 19:34:37 +0800 Subject: [PATCH] arch/arm: Remove EXPERIMENTAL from ARCH_TRUSTZONE_XXX since it work on the product device Signed-off-by: Xiang Xiao --- arch/arm/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 03fa17ce6f..9892328dad 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -822,11 +822,9 @@ config ARCH_TRUSTZONE_SECURE config ARCH_TRUSTZONE_NONSECURE bool "All CPUs operate non-secure state" - depends on EXPERIMENTAL config ARCH_TRUSTZONE_BOTH bool "CPUs operate in both secure and non-secure states" - depends on EXPERIMENTAL endchoice # TrustZone Configuration