tmedicci commented on code in PR #12555:
URL: https://github.com/apache/nuttx/pull/12555#discussion_r2082102884


##########
arch/xtensa/src/esp32/Kconfig:
##########
@@ -2647,4 +2647,26 @@ config ESP32_TICKLESS
        select ARCH_HAVE_TICKLESS
        select SCHED_TICKLESS
 
+config ESP32_IGNORE_CHIP_REVISION_CHECK
+       bool "Ignore chip revision"
+       default !ESP32_SPIRAM && !SMP && !WATCHDOG

Review Comment:
   If not `EXPERIMENTAL`, at least leave it disabled. The user must acknowledge 
that this chip revision has limitations.
   
   ```suggestion
        default n
        depends on !ESP32_SPIRAM && !SMP && !WATCHDOG
   ```



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