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

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

if EXAMPLES_CDCACM
endif