update Kconfig files

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-04-13 02:14:09 +00:00
parent 330cb04348
commit 1d88f972a6
48 changed files with 619 additions and 0 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_NSH
bool "NuttShell (NSH) example"
default n
---help---
Enable the NuttShell (NSH) example
if EXAMPLES_NSH
endif