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