summaryrefslogblamecommitdiff
path: root/apps/examples/usbterm/Kconfig
blob: 622b7ad88b47294c32fd9751501ee8c52fc20fda (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_USBTERM
	bool "USB serial terminal example"
	default n
	---help---
		Enable the USB serial terminal example

if EXAMPLES_USBTERM
endif