summaryrefslogtreecommitdiff
path: root/apps/examples/usbserial/Kconfig
blob: 33a0243eb9d9eba7878c2f545893b6f7213a0d52 (plain) (blame)
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_USBSERIAL
	bool "USB serial test example"
	default n
	---help---
		Enable the USB serial test example

if EXAMPLES_USBSERIAL
endif