summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/Kconfig')
-rw-r--r--apps/graphics/traveler/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/graphics/traveler/Kconfig b/apps/graphics/traveler/Kconfig
index 47dd09c1b..b3edc7174 100644
--- a/apps/graphics/traveler/Kconfig
+++ b/apps/graphics/traveler/Kconfig
@@ -4,6 +4,7 @@
#
if GRAPHICS_TRAVELER
+comment "Color configuration"
choice
prompt "Color format"
@@ -17,6 +18,16 @@ config GRAPHICS_TRAVELER_RGB32_888
endchoice # Color format
+config GRAPHICS_TRAVELER_PALRANGES
+ bool "Use ranged palette"
+ default y
+ ---help---
+ If this option is false, then the whole palette table is loaded from
+ the graphics file. Otherwise, the palette table will be calculated
+ from a range table. Default y, this is a good thing.
+
+comment "Input device selection"
+
config GRAPHICS_TRAVELER_JOYSTICK
bool
default n
@@ -49,6 +60,8 @@ config GRAPHICS_TRAVELER_JOYDEV
default "/dev/djoy0" if GRAPHICS_TRAVELER_DJOYSTICK
depends on GRAPHICS_TRAVELER_JOYSTICK
+comment "Debug options"
+
config GRAPHICS_TRAVELER_PERFMON
bool "Performance monitor"
default y