summaryrefslogblamecommitdiff
path: root/apps/examples/nxflat/Kconfig
blob: a3f86488e5e44595fcd6fe0b5b0d97227fc01442 (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_NXFLAT
	bool "NXFLAT example"
	default n
	---help---
		Enable the NXFLAT example

if EXAMPLES_NXFLAT
endif