summaryrefslogblamecommitdiff
path: root/apps/examples/uip/Kconfig
blob: db65995c831bb8ddf84ce2caf74a5046bbaf594d (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_UIP
	bool "uIP web server example"
	default n
	---help---
		Enable the uIP web server example

if EXAMPLES_UIP
endif