This is an automated email from the ASF dual-hosted git repository.

xiaoxiang 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 a4e867b8d4 arch/arm/Kconfig: Add description for ARM_THUMB to make it 
configurable
a4e867b8d4 is described below

commit a4e867b8d40ef26d9ac038bdef7a220539312376
Author: Huang Qi <huang...@xiaomi.com>
AuthorDate: Tue Jul 5 16:52:53 2022 +0800

    arch/arm/Kconfig: Add description for ARM_THUMB to make it configurable
    
    Signed-off-by: Huang Qi <huang...@xiaomi.com>
---
 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7d398b39c5..353dc7440e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -917,7 +917,7 @@ config ARCH_TRUSTZONE_BOTH
 endchoice # TrustZone Configuration
 
 config ARM_THUMB
-       bool
+       bool "Thumb Mode"
        default n
 
 config ARM_HAVE_WFE_SEV

Reply via email to