9
0
Fork 0
nuttx-bb/apps/netutils/telnetd/Kconfig

14 lines
241 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
---help---
Enable support for the Telnet daemon.
if NETUTILS_TELNETD
endif