2012-04-12 23:52:04 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
2012-04-14 22:01:08 +02:00
|
|
|
|
|
|
|
config NETUTILS_TELNETD
|
2015-02-19 13:40:18 +01:00
|
|
|
bool "Telnet daemon"
|
2012-04-14 22:01:08 +02:00
|
|
|
default n
|
2014-01-09 17:46:28 +01:00
|
|
|
depends on NET && NET_TCP
|
2012-04-14 22:01:08 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the Telnet daemon.
|
|
|
|
|
|
|
|
if NETUTILS_TELNETD
|
|
|
|
endif
|