summaryrefslogtreecommitdiff
path: root/apps/graphics/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/Kconfig')
-rw-r--r--apps/graphics/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/graphics/Kconfig b/apps/graphics/Kconfig
index ae2bf3130..09d3b5491 100644
--- a/apps/graphics/Kconfig
+++ b/apps/graphics/Kconfig
@@ -2,3 +2,12 @@
# 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