acassis commented on code in PR #16131: URL: https://github.com/apache/nuttx/pull/16131#discussion_r2027249108
########## arch/risc-v/src/common/espressif/Kconfig: ########## @@ -1487,6 +1487,24 @@ config ESPRESSIF_FLASH_FREQ_20M endchoice # ESPRESSIF_FLASH_FREQ +config ESPRESSIF_FLASH_FREQ + string + # On some of the ESP chips, max boot frequency would be equal to (or even lower than) 80m. + # We currently define this to `80m`. + default '80m' if ESPRESSIF_FLASH_FREQ_120M Review Comment: Why is '120m' not supported? -- 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