linguini1 commented on code in PR #3646:
URL: https://github.com/apache/nuttx-apps/pull/3646#discussion_r3596928380


##########
interpreters/jimtcl/Kconfig:
##########
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config INTERPRETERS_JIMTCL
+       bool "The Jim (TCL) Interpreter"
+       default n

Review Comment:
   You should add `depends on` here for the config enabling setjmp support if 
that's a requirement as you mentioned



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

Reply via email to