summaryrefslogtreecommitdiff
path: root/apps/netutils/telnetd/Kconfig
blob: b582ed6554629027a804c384dca9f2150a70fa3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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