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