pkarashchenko commented on code in PR #9311:
URL: https://github.com/apache/nuttx/pull/9311#discussion_r1197774400
##########
arch/arm/src/armv8-m/Kconfig:
##########
@@ -153,3 +153,19 @@ config ARMV8M_SYSTICK
depends on TIMER
---help---
Enable SysTick timer driver.
+
+config ARMV8M_TRUSTZONE_HYBRID
+ bool "Hybrid with secure and non-secure."
+ default n
+ depends on SMP
+ ---help---
+ Enable the hybrid with secure and non-secure domain.
+ In SMP mode, you can enable this configuration when one
+ core supports secure and the other does not.
+
+config ARMV8M_TRUSTZONE_CPU_BITMASK
+ int "Security support bitmap for multicore."
Review Comment:
Maybe at least `hex` instead of `int`. I barely can imagine people setting
mask as int
--
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]