anchao commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950351484
##########
arch/arm/Kconfig:
##########
@@ -982,6 +982,7 @@ config ARCH_ARMV7R
default n
select ARCH_HAVE_CPUINFO
select ARCH_HAVE_PERF_EVENTS
+ select ARM_THUMB
Review Comment:
```suggestion
select ARM_THUMB if BUILD_PROTECTED
```
select ARM_THUMB will cannot be disable by menuconfig, ARM_THUMB should be
an option, otherwise it should not exist in kconfig
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]