summaryrefslogtreecommitdiff
path: root/apps/graphics/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/Kconfig')
-rw-r--r--apps/graphics/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/graphics/Kconfig b/apps/graphics/Kconfig
index 09d3b5491..a10650e27 100644
--- a/apps/graphics/Kconfig
+++ b/apps/graphics/Kconfig
@@ -4,10 +4,15 @@
#
config TIFF
- bool "TIFF file generation utility"
+ bool "TIFF file generation library"
default n
---help---
Enable support for the TIFF file generation program.
if TIFF
+
+menu "TIFF Screenshot Utility"
+source "$APPSDIR/graphics/screenshot/Kconfig"
+endmenu
+
endif