summaryrefslogblamecommitdiff
path: root/apps/examples/nxterm/Kconfig
blob: 770f40c469fd770272ad26516fc43acb9453771b (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                             
                                      
 
 
                      
                             

                  
                                         
 
                  
     
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_NXTERM
	bool "NxTerm example"
	default n
	---help---
		Enable the NxTerm example

if EXAMPLES_NXTERM
endif