summaryrefslogblamecommitdiff
path: root/apps/examples/null/Kconfig
blob: 1f19dfd2cf14b8ceb851a8eb1c9aa89a445d9afd (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_NULL
	bool "NULL example"
	default n
	---help---
		Enable the NULL example

if EXAMPLES_NULL
endif