update Kconfig files

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4598 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-04-13 02:14:09 +00:00
parent 9e918288f2
commit 211fe84e0b
49 changed files with 621 additions and 2 deletions

View File

@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_QENCODER
bool "Quadrature encoder example"
default n
---help---
Enable the quadrature encoder example
if EXAMPLES_QENCODER
endif