summaryrefslogtreecommitdiff
path: root/apps/examples/tiff/Kconfig
blob: f3c5c4ebed90b5e8c50d24905dc5def61e18936c (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 EXAMPLES_TIFF
	bool "TIFF file generation example"
	default n
	---help---
		Enable the TIFF file generation example

if EXAMPLES_TIFF
endif