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


##########
arch/risc-v/src/qemu-rv/Kconfig:
##########
@@ -40,4 +40,24 @@ config ARCH_CHIP_QEMU_RV_ISA_V
        default n
        select ARCH_RV_ISA_V
 
-endif
+config ARCH_CHIP_QEMU_RV_CLUSTER
+       bool "Enable cluster support"
+       default n
+
+if ARCH_CHIP_QEMU_RV_CLUSTER
+
+config ARCH_CHIP_QEMU_RV_PLIC

Review Comment:
   where the code use new config?



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