2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2018-06-01 10:45:55 +05:30
|
|
|
# see docs/Kconfig-language.txt.
|
2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
|
|
|
|
menu "Archival Utilities"
|
|
|
|
|
2010-05-30 07:05:18 +05:30
|
|
|
config FEATURE_SEAMLESS_XZ
|
|
|
|
bool "Make tar, rpm, modprobe etc understand .xz data"
|
2010-06-06 07:44:28 +05:30
|
|
|
default y
|
2010-05-30 07:05:18 +05:30
|
|
|
|
2008-08-05 18:40:34 +05:30
|
|
|
config FEATURE_SEAMLESS_LZMA
|
2008-08-05 18:46:18 +05:30
|
|
|
bool "Make tar, rpm, modprobe etc understand .lzma data"
|
2010-06-06 07:44:28 +05:30
|
|
|
default y
|
2008-08-05 18:40:34 +05:30
|
|
|
|
|
|
|
config FEATURE_SEAMLESS_BZ2
|
2008-08-05 18:46:18 +05:30
|
|
|
bool "Make tar, rpm, modprobe etc understand .bz2 data"
|
2010-06-06 07:44:28 +05:30
|
|
|
default y
|
2008-08-05 18:40:34 +05:30
|
|
|
|
|
|
|
config FEATURE_SEAMLESS_GZ
|
2008-08-05 18:46:18 +05:30
|
|
|
bool "Make tar, rpm, modprobe etc understand .gz data"
|
2010-06-06 07:44:28 +05:30
|
|
|
default y
|
2008-08-05 18:40:34 +05:30
|
|
|
|
|
|
|
config FEATURE_SEAMLESS_Z
|
2016-11-16 20:15:05 +05:30
|
|
|
bool "Make tar, rpm, modprobe etc understand .Z data"
|
2015-10-26 00:40:46 +05:30
|
|
|
default n # it is ancient
|
2008-08-05 18:40:34 +05:30
|
|
|
|
2013-11-14 16:09:00 +05:30
|
|
|
INSERT
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2017-07-21 02:58:00 +05:30
|
|
|
config FEATURE_LZMA_FAST
|
|
|
|
bool "Optimize lzma for speed"
|
|
|
|
default n
|
|
|
|
depends on UNLZMA || LZCAT || LZMA || FEATURE_SEAMLESS_LZMA
|
|
|
|
help
|
2017-07-21 13:20:55 +05:30
|
|
|
This option reduces decompression time by about 25% at the cost of
|
|
|
|
a 1K bigger binary.
|
2017-07-21 02:58:00 +05:30
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
endmenu
|