summaryrefslogtreecommitdiff
path: root/apps/examples/cpuhog/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 07:52:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 07:52:08 -0600
commit5ac1c9adabdb5bd299c3bedaf7e09f1971797d04 (patch)
treeb138385468cded7e833068bda695ecfe5f9fbd6e /apps/examples/cpuhog/Kconfig
parentb73c2bdabb5dc418b587d7c70a502831ece7d38e (diff)
downloadnuttx-5ac1c9adabdb5bd299c3bedaf7e09f1971797d04.tar.gz
nuttx-5ac1c9adabdb5bd299c3bedaf7e09f1971797d04.tar.bz2
nuttx-5ac1c9adabdb5bd299c3bedaf7e09f1971797d04.zip
examples/cpuhog and serialblaster from Bob Doiron
Diffstat (limited to 'apps/examples/cpuhog/Kconfig')
-rw-r--r--apps/examples/cpuhog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/cpuhog/Kconfig b/apps/examples/cpuhog/Kconfig
new file mode 100644
index 000000000..a74074537
--- /dev/null
+++ b/apps/examples/cpuhog/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_CPUHOG
+ bool "CPU Hog"
+ default n
+ ---help---
+ Enable the cpuhog example
+
+if EXAMPLES_CPUHOG
+endif