pkarashchenko commented on code in PR #1360:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1360#discussion_r998616725


##########
netutils/cwebsocket/Kconfig:
##########
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config CWEBSOCKET
+       bool "WebSocket Client Library"
+       default n
+       select LIBC_SCANSET

Review Comment:
   ```suggestion
        depends on ALLOW_MIT_COMPONENTS
        select LIBC_SCANSET
   ```



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