summaryrefslogblamecommitdiff
path: root/apps/examples/hello/Kconfig
blob: d697daa8a2f093ba2b88438aa5b7bd6c8209c2d4 (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_HELLO
	bool "\"Hello, World!\" example"
	default n
	---help---
		Enable the \"Hello, World!\" example

if EXAMPLES_HELLO
endif