summaryrefslogtreecommitdiff
path: root/apps/examples/cdcacm/Kconfig
blob: 78fea4d0dbb12f91d858f4dc36df00d80a57bc6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_CDCACM
	bool "CDC/ACM example"
	default n
	depends on CDCACM
	---help---
		Enable the USB CDC/ACM class driver example

if EXAMPLES_CDCACM
endif