f275b573f9
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5690 42af7a65-404d-4744-a932-0658087f49c3
19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config TIFF
|
|
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
|