2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-14 22:01:08 +02:00
|
|
|
|
|
|
|
config TIFF
|
2013-02-28 20:23:07 +01:00
|
|
|
bool "TIFF file generation library"
|
2012-04-14 22:01:08 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the TIFF file generation program.
|
|
|
|
|
|
|
|
if TIFF
|
2013-02-28 20:23:07 +01:00
|
|
|
|
|
|
|
menu "TIFF Screenshot Utility"
|
|
|
|
source "$APPSDIR/graphics/screenshot/Kconfig"
|
|
|
|
endmenu
|
|
|
|
|
2014-11-30 20:43:42 +01:00
|
|
|
endif # TIFF
|
|
|
|
|
|
|
|
config GRAPHICS_TRAVELER
|
2014-11-30 21:06:05 +01:00
|
|
|
bool "Traveler game"
|
2014-11-30 20:43:42 +01:00
|
|
|
default n
|
|
|
|
select SYSTEM_INIFILE
|
|
|
|
---help---
|
2014-11-30 21:06:05 +01:00
|
|
|
Enable or disable the graphic Traveler game
|
2014-11-30 20:43:42 +01:00
|
|
|
|
|
|
|
if GRAPHICS_TRAVELER
|
|
|
|
|
2014-11-30 21:06:05 +01:00
|
|
|
menu "Traveler game"
|
|
|
|
source "$APPSDIR/graphics/traveler/Kconfig"
|
2014-11-30 20:43:42 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif # GRAPHICS_TRAVELER
|
|
|
|
|