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


##########
arch/risc-v/Kconfig:
##########
@@ -217,6 +217,11 @@ config ARCH_RV_ISA_C
        bool
        default n
 
+config ARCH_HAVE_LAZYFPU
+       bool
+       default y

Review Comment:
   keep default to false, and select in ARCH_RISCV if ARCH_HAVE_FPU



##########
arch/risc-v/Kconfig:
##########
@@ -217,6 +217,11 @@ config ARCH_RV_ISA_C
        bool
        default n
 
+config ARCH_HAVE_LAZYFPU

Review Comment:
   move to arch/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]

Reply via email to