142c478747
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
#
|
|
# 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
|
|
|