aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 23:28:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 23:28:00 +0200
commit75d151e31d135ebab083307ded4e9b98970baa75 (patch)
tree2af1b57b1060f0384f6e2761a88e9c099aa5cfa0 /archival/Config.src
parentad37abf4231275d0991d42f9003666f1efd4114b (diff)
downloadbusybox-75d151e31d135ebab083307ded4e9b98970baa75.tar.gz
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
While at it, tweak some config help texts. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.src')
-rw-r--r--archival/Config.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/archival/Config.src b/archival/Config.src
index 0c97f3d7c..4bb46f167 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -27,4 +27,12 @@ config FEATURE_SEAMLESS_Z
INSERT
+config FEATURE_LZMA_FAST
+ bool "Optimize lzma for speed"
+ default n
+ depends on UNLZMA || LZCAT || LZMA || FEATURE_SEAMLESS_LZMA
+ help
+ This option reduces decompression time by about 25% at the cost of
+ a 1K bigger binary.
+
endmenu