summaryrefslogblamecommitdiff
path: root/apps/examples/cdcacm/Kconfig
blob: 78fea4d0dbb12f91d858f4dc36df00d80a57bc6f (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                             
                                      
 

                      
                              
                 
                         





                                                           
#
# 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