raiden00pl commented on code in PR #17236:
URL: https://github.com/apache/nuttx/pull/17236#discussion_r2469960408
##########
Kconfig:
##########
@@ -264,6 +264,14 @@ config APPS_DIR
example, to include makefile fragments (e.g., .config or
Make.defs)
or to set up include file paths.
+config ALLOW_DOWNLOADS
Review Comment:
can this `ARCH_CHIP_ESPRESSIF` flag be used also for xtensa chips and
defined in `arch/Kconfig`? then you can simplify this condition and use
`depends on ARCH_CHIP_ESPRESSIF`. I'm not entirely sure what the purpose of
`ARCH_CHIP_ESPRESSIF` is in the repository right now, but looking at the NuttX
code itself, it's completely unnecessary.
--
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]