summaryrefslogblamecommitdiff
path: root/apps/examples/nxconsole/Kconfig
blob: a52c49453540ca99502c95b536ce461dd9bbd0b1 (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_NXCONSOLE
	bool "NxConsole example"
	default n
	---help---
		Enable the NxConsole example

if EXAMPLES_NXCONSOLE
endif