summaryrefslogtreecommitdiff
path: root/apps/graphics/Kconfig
blob: 09d3b5491a7bf261eace1265b8b7fbbc8f31f7c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config TIFF
	bool "TIFF file generation utility"
	default n
	---help---
		Enable support for the TIFF file generation program.

if TIFF
endif