summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-30 14:06:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-30 14:06:05 -0600
commit7a8e59a994ed51b53125131b289a7d298ee69777 (patch)
tree37b8d7775820a63fb61d96859cf6eacf074487b4 /apps/graphics/traveler/Kconfig
parent8846c4e02a25bfa686bb51eef94f03ae0b3a3b42 (diff)
downloadnuttx-7a8e59a994ed51b53125131b289a7d298ee69777.tar.gz
nuttx-7a8e59a994ed51b53125131b289a7d298ee69777.tar.bz2
nuttx-7a8e59a994ed51b53125131b289a7d298ee69777.zip
Let's get consistent with spelling: Use the US spelling of traveler with one 'l'
Diffstat (limited to 'apps/graphics/traveler/Kconfig')
-rw-r--r--apps/graphics/traveler/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/graphics/traveler/Kconfig b/apps/graphics/traveler/Kconfig
new file mode 100644
index 000000000..3feee99bb
--- /dev/null
+++ b/apps/graphics/traveler/Kconfig
@@ -0,0 +1,26 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if GRAPHICS_TRAVELER
+
+config GRAPHICS_TRAVELER_PERFMON
+ bool "Performance monitor game"
+ default y
+ ---help---
+ Enable or disable performance monitoring instrumentation and output.
+
+config GRAPHICS_TRAVELER_DEBUG_LEVEL
+ int "Debug output level"
+ default 0
+ range 0 3
+ ---help---
+ DEBUG_LEVEL == 3 turns off sound and video and enables verbose debug
+ messages on stdout.
+ DEBUG_LEVEL == 2 turns off sound and video and enables normal debug
+ output
+ DEBUG_LEVEL == 1 turns off sound and enables normal debug output
+ OTHERWISE, all debugging features are disabled.
+
+endif # GRAPHICS_TRAVELER