xiaoxiang781216 commented on code in PR #3551: URL: https://github.com/apache/nuttx-apps/pull/3551#discussion_r3429461446
########## examples/webpanel/Kconfig: ########## @@ -0,0 +1,109 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config EXAMPLES_WEBPANEL + tristate "Web Panel for device management" + default n + depends on NET_TCP + select NETUTILS_THTTPD + select NETUTILS_LIBWEBSOCKETS + select NETUTILS_LIBWEBSOCKETS_SERVER + select FS_BINFS + select FS_UNIONFS + select PSEUDOTERM + select PSEUDOTERM_SUSV1 Review Comment: it's better to use depends on, select -- 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]
