aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/Kconfig11
-rw-r--r--usr/Kconfig10
2 files changed, 10 insertions, 11 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
184config KERNEL_XZ 183config 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
diff --git a/usr/Kconfig b/usr/Kconfig
index 65b845bd4e3e..085872bb2bb5 100644
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -134,7 +134,7 @@ config INITRAMFS_COMPRESSION_BZIP2
134 depends on RD_BZIP2 134 depends on RD_BZIP2
135 help 135 help
136 Its compression ratio and speed is intermediate. 136 Its compression ratio and speed is intermediate.
137 Decompression speed is slowest among the four. The initramfs 137 Decompression speed is slowest among the choices. The initramfs
138 size is about 10% smaller with bzip2, in comparison to gzip. 138 size is about 10% smaller with bzip2, in comparison to gzip.
139 Bzip2 uses a large amount of memory. For modern kernels you 139 Bzip2 uses a large amount of memory. For modern kernels you
140 will need at least 8MB RAM or more for booting. 140 will need at least 8MB RAM or more for booting.
@@ -143,9 +143,9 @@ config INITRAMFS_COMPRESSION_LZMA
143 bool "LZMA" 143 bool "LZMA"
144 depends on RD_LZMA 144 depends on RD_LZMA
145 help 145 help
146 The most recent compression algorithm. 146 This algorithm's compression ratio is best.
147 Its ratio is best, decompression speed is between the other 147 Decompression speed is between the other choices.
148 three. Compression is slowest. The initramfs size is about 33% 148 Compression is slowest. The initramfs size is about 33%
149 smaller with LZMA in comparison to gzip. 149 smaller with LZMA in comparison to gzip.
150 150
151config INITRAMFS_COMPRESSION_XZ 151config INITRAMFS_COMPRESSION_XZ
@@ -161,7 +161,7 @@ config INITRAMFS_COMPRESSION_LZO
161 bool "LZO" 161 bool "LZO"
162 depends on RD_LZO 162 depends on RD_LZO
163 help 163 help
164 Its compression ratio is the poorest among the four. The kernel 164 Its compression ratio is the poorest among the choices. The kernel
165 size is about 10% bigger than gzip; however its speed 165 size is about 10% bigger than gzip; however its speed
166 (both compression and decompression) is the fastest. 166 (both compression and decompression) is the fastest.
167 167