summaryrefslogtreecommitdiff
path: root/apps/examples/pashello
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-13 02:14:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-13 02:14:09 +0000
commit9f46571a0abc4f66c5a26859ed93b885587c8c6b (patch)
tree48a5333a3f4fbd80a64a1a0deba0d84d65e52fed /apps/examples/pashello
parent85ef12a1dab5e00054441f7a174e794077363206 (diff)
downloadnuttx-9f46571a0abc4f66c5a26859ed93b885587c8c6b.tar.gz
nuttx-9f46571a0abc4f66c5a26859ed93b885587c8c6b.tar.bz2
nuttx-9f46571a0abc4f66c5a26859ed93b885587c8c6b.zip
update Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/pashello')
-rw-r--r--apps/examples/pashello/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/pashello/Kconfig b/apps/examples/pashello/Kconfig
index ae2bf3130..5591d6b5b 100644
--- a/apps/examples/pashello/Kconfig
+++ b/apps/examples/pashello/Kconfig
@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+config EXAMPLES_PASHELLO
+ bool "Pascal \"Hello, World!\" example"
+ default n
+ ---help---
+ Enable the Pascal \"Hello, World!\" example
+
+if EXAMPLES_PASHELLO
+endif