2012-04-12 23:52:04 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-12 23:52:04 +02:00
|
|
|
#
|
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
|
2015-12-07 16:29:29 +01:00
|
|
|
select NETDEV_TELNET
|
2012-04-14 22:01:08 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the Telnet daemon.
|
|
|
|
|
|
|
|
if NETUTILS_TELNETD
|
|
|
|
endif
|