simbit18 commented on code in PR #16743:
URL: https://github.com/apache/nuttx/pull/16743#discussion_r2235390738


##########
arch/arm64/src/imx9/Kconfig:
##########
@@ -23,6 +23,13 @@ config ARCH_CHIP_IMX93
                EL3/OCRAM is a bad combination for atomic instructions, they 
don't work.
                Instead, use A53 that will have no atomic instruction set 
available.
 
+config ARCH_CHIP_IMX95
+       bool "i.MX9 Application Processor"
+       select ARCH_HAVE_MULTICPU
+       select ARMV8A_HAVE_GICv3
+       select ARCH_CORTEX_A55
+       ---help---

Review Comment:
   
   Kconfig Configuration Error: warning: ARCH_CHIP_IMX95 (defined at
     arch/arm64/src/imx9/Kconfig:26) has 'help' but empty help text
   
   Add text



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