aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'archival/Config.src')
-rw-r--r--archival/Config.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/archival/Config.src b/archival/Config.src
index 81788ecd9..9f4908178 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -187,6 +187,16 @@ config FEATURE_GZIP_LONG_OPTIONS
187 help 187 help
188 Enable use of long options, increases size by about 106 Bytes 188 Enable use of long options, increases size by about 106 Bytes
189 189
190config GZIP_BIG_MEM
191 bool "Trade memory for gzip speed"
192 default n
193 depends on GZIP
194 help
195 Enable big memory options for gzip, including larger I/O
196 buffers and bigger hash tables. Faster, but uses at least
197 twice as much memory. Select if speed is more important than
198 memory use.
199
190config LZOP 200config LZOP
191 bool "lzop" 201 bool "lzop"
192 default y 202 default y