This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 1cd9fa25cd2a7ce90271dc2e84df3fdff528eef2 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Mon Oct 10 17:09:03 2022 +0800 arm/tlsr82xx: Don't select ARCH_HAVE_BACKTRACE since it's already selected by ARCH_ARM Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 478d1243a4..5c121b6ba8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -598,7 +598,6 @@ config ARCH_CHIP_PHY62XX config ARCH_CHIP_TLSR82 bool "Telink TLSR82XX" select ARCH_ARMV6M - select ARCH_HAVE_BACKTRACE select ARCH_HAVE_RESET select LIBC_ARCH_ATOMIC ---help---