lupyuen commented on code in PR #16130:
URL: https://github.com/apache/nuttx/pull/16130#discussion_r2026955848


##########
arch/Kconfig:
##########
@@ -434,6 +434,12 @@ config ARCH_HAVE_FORK
        bool
        default n
 
+config ARCH_HAVE_CRC32
+       bool
+       default n
+       ---help---
+               Decide whether support CRC32 instruction

Review Comment:
   ```suggestion
                Architecture supports CRC32 instruction
   ```
   This might be better. Thanks :-)



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to