This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new a799835 arch/arm: Remove EXPERIMENTAL from ARCH_TRUSTZONE_XXX a799835 is described below commit a799835ec691b6f3f6b4ef4342cc85ea65937979 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Wed Nov 10 19:34:37 2021 +0800 arch/arm: Remove EXPERIMENTAL from ARCH_TRUSTZONE_XXX since it work on the product device Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- arch/arm/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 03fa17c..9892328 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