summaryrefslogtreecommitdiff
path: root/apps/graphics/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-30 13:43:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:03 -0600
commitcfebd352c1ad4c1496aaab8bcff842d47e6f07be (patch)
treef57522b495742f4380a392df8aa579b11d332e64 /apps/graphics/Kconfig
parent7a68f0c748e78c5e750b54bcc009da2d134eec26 (diff)
downloadpx4-nuttx-cfebd352c1ad4c1496aaab8bcff842d47e6f07be.tar.gz
px4-nuttx-cfebd352c1ad4c1496aaab8bcff842d47e6f07be.tar.bz2
px4-nuttx-cfebd352c1ad4c1496aaab8bcff842d47e6f07be.zip
Add traveller main file and stubs for required headers
Diffstat (limited to 'apps/graphics/Kconfig')
-rw-r--r--apps/graphics/Kconfig18
1 files changed, 17 insertions, 1 deletions
diff --git a/apps/graphics/Kconfig b/apps/graphics/Kconfig
index a10650e27..55002bcc1 100644
--- a/apps/graphics/Kconfig
+++ b/apps/graphics/Kconfig
@@ -15,4 +15,20 @@ menu "TIFF Screenshot Utility"
source "$APPSDIR/graphics/screenshot/Kconfig"
endmenu
-endif
+endif # TIFF
+
+config GRAPHICS_TRAVELER
+ bool "Traveller game"
+ default n
+ select SYSTEM_INIFILE
+ ---help---
+ Enable or disable the graphic Traveller game
+
+if GRAPHICS_TRAVELER
+
+menu "Traveller game"
+source "$APPSDIR/graphics/traveller/Kconfig"
+endmenu
+
+endif # GRAPHICS_TRAVELER
+