nuttx-apps/netutils/telnetd/Kconfig
2015-02-19 06:40:18 -06:00

15 lines
269 B
Plaintext

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