summaryrefslogblamecommitdiff
path: root/apps/examples/telnetd/Kconfig
blob: 11f94a86fb86d10a5e1f607a9988448885864ba0 (plain) (tree)
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 EXAMPLES_TELNETD
	bool "Telnet daemon example"
	default n
	---help---
		Enable the Telnet daemon example

if EXAMPLES_TELNETD
endif