diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig index 81816b82860b..7dca2cebec99 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -167,7 +167,7 @@ config KERNEL_BZIP2 | |||
167 | depends on HAVE_KERNEL_BZIP2 | 167 | depends on HAVE_KERNEL_BZIP2 |
168 | help | 168 | help |
169 | Its compression ratio and speed is intermediate. | 169 | Its compression ratio and speed is intermediate. |
170 | Decompression speed is slowest among the three. The kernel | 170 | Decompression speed is slowest among the choices. The kernel |
171 | size is about 10% smaller with bzip2, in comparison to gzip. | 171 | size is about 10% smaller with bzip2, in comparison to gzip. |
172 | Bzip2 uses a large amount of memory. For modern kernels you | 172 | Bzip2 uses a large amount of memory. For modern kernels you |
173 | will need at least 8MB RAM or more for booting. | 173 | will need at least 8MB RAM or more for booting. |
@@ -176,10 +176,9 @@ config KERNEL_LZMA | |||
176 | bool "LZMA" | 176 | bool "LZMA" |
177 | depends on HAVE_KERNEL_LZMA | 177 | depends on HAVE_KERNEL_LZMA |
178 | help | 178 | help |
179 | The most recent compression algorithm. | 179 | This compression algorithm's ratio is best. Decompression speed |
180 | Its ratio is best, decompression speed is between the other | 180 | is between gzip and bzip2. Compression is slowest. |
181 | two. Compression is slowest. The kernel size is about 33% | 181 | The kernel size is about 33% smaller with LZMA in comparison to gzip. |
182 | smaller with LZMA in comparison to gzip. | ||
183 | 182 | ||
184 | config KERNEL_XZ | 183 | config KERNEL_XZ |
185 | bool "XZ" | 184 | bool "XZ" |
@@ -200,7 +199,7 @@ config KERNEL_LZO | |||
200 | bool "LZO" | 199 | bool "LZO" |
201 | depends on HAVE_KERNEL_LZO | 200 | depends on HAVE_KERNEL_LZO |
202 | help | 201 | help |
203 | Its compression ratio is the poorest among the 4. The kernel | 202 | Its compression ratio is the poorest among the choices. The kernel |
204 | size is about 10% bigger than gzip; however its speed | 203 | size is about 10% bigger than gzip; however its speed |
205 | (both compression and decompression) is the fastest. | 204 | (both compression and decompression) is the fastest. |
206 | 205 | ||