summaryrefslogblamecommitdiff
path: root/apps/graphics/traveler/Kconfig
blob: e938ec742d87a51b4f890461e5d940b100c0db91 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                             

                    


                                       
                                                     


                                                                                    












                                                                                    
#
# 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
	depends on NX && FS_READABLE && !NX_LCDDRIVER
	---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