summaryrefslogblamecommitdiff
path: root/apps/examples/thttpd/Kconfig
blob: d5802f53165520112c83e771650e09721392aba9 (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_THTTPD
	bool "THTTPD web server example"
	default n
	---help---
		Enable the THTTPD web server example

if EXAMPLES_THTTPD
endif