diff --git a/package/tiff/Config.in b/package/tiff/Config.in index 7d66dd26c1..6e5c176588 100644 --- a/package/tiff/Config.in +++ b/package/tiff/Config.in @@ -1,4 +1,4 @@ -config BR2_PACKAGE_TIFF +menuconfig BR2_PACKAGE_TIFF bool "tiff" help Library for handling TIFF (Tag Image File Format) images. @@ -6,7 +6,6 @@ config BR2_PACKAGE_TIFF http://www.remotesensing.org/libtiff/ if BR2_PACKAGE_TIFF -menu "tiff Options" config BR2_PACKAGE_TIFF_CCITT bool "CCITT Group 3 & 4 support" @@ -62,7 +61,6 @@ config BR2_PACKAGE_TIFF_OLD_JPEG config BR2_PACKAGE_TIFF_JBIG bool "JBIG compression" default y -endmenu config BR2_PACKAGE_TIFF_UTILITIES bool "tiff utilities"