nuttx-apps/netutils/telnetd/Kconfig

15 lines
268 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config NETUTILS_TELNETD
bool "Telet daemon"
default n
depends on NET && NET_TCP
---help---
Enable support for the Telnet daemon.
if NETUTILS_TELNETD
endif