xiaoxiang781216 commented on code in PR #14235:
URL: https://github.com/apache/nuttx/pull/14235#discussion_r1799114553


##########
arch/arm64/Kconfig:
##########
@@ -353,6 +353,23 @@ config ARM64_GICV2_LEGACY_IRQ0
 
 endif
 
+if ARM64_GIC_VERSION = 3
+
+config ARM64_GICV3_SPI_EDGE
+       bool "Configure all SPIs(Shared Peripheral Interrupts) as 
edge-triggered by default"
+       default n
+       ---help---
+               Configure all SPIs(Shared Peripheral Interrupts) as 
edge-triggered by default.
+
+config ARM64_GICV3_SPI_ROUTING_CPU0
+       bool "Configure SPI interrupt affinity routing to CPU0 by default"
+       default y if SMP

Review Comment:
   ```suggestion
        default SMP
   ```



-- 
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]

Reply via email to