summaryrefslogtreecommitdiffstats
path: root/apps/examples/composite/Kconfig
blob: d2d62043c19061e9c44fa73f4ecf09ccbb519c1a (plain)
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_COMPOSITE
	bool "USB composite class driver example"
	default n
	---help---
		Enable the USB compsite class driver example

if EXAMPLES_COMPOSITE
endif