From 9f46571a0abc4f66c5a26859ed93b885587c8c6b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 13 Apr 2012 02:14:09 +0000 Subject: update Kconfig files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/composite/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/examples/composite/Kconfig (limited to 'apps/examples/composite/Kconfig') diff --git a/apps/examples/composite/Kconfig b/apps/examples/composite/Kconfig new file mode 100644 index 000000000..d2d62043c --- /dev/null +++ b/apps/examples/composite/Kconfig @@ -0,0 +1,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 + -- cgit v1.2.3