FelipeMdeO commented on code in PR #3532: URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3408540634
########## netutils/dropbear/Kconfig: ########## @@ -0,0 +1,102 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +menuconfig NETUTILS_DROPBEAR + tristate "Dropbear SSH server" + default n + depends on NET && NET_TCP + depends on !DISABLE_PSEUDOFS_OPERATIONS + depends on !DISABLE_PTHREAD + depends on SCHED_WAITPID + depends on NSH_LIBRARY + depends on FSUTILS_PASSWD + depends on PSEUDOTERM + depends on SERIAL + depends on ARCH_HAVE_RNG + select CRYPTO + select CRYPTO_RANDOM_POOL + select DEV_RANDOM + select DEV_URANDOM + select LIBC_NETDB + select LIBC_GAISTRERROR Review Comment: done -- 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]
