15 lines
269 B
Plaintext
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
|