Commit f2e8954b0d72f6abdef5c9535ffb744965093f14
Committed by
Linus Torvalds
1 parent
595a22acee
Exists in
smarc_imx_lf-5.15.y
and in
20 other branches
ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk.
Clarify help text that compression applies to ramfs as well as legacy ramdisk. Link: http://lkml.kernel.org/r/f206a960-5a61-cf59-f27c-e9f34872063c@landley.net Signed-off-by: Rob Landley <rob@landley.net> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff
usr/Kconfig
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | If you are not sure, leave it set to "0". |
53 | 53 | |
54 | 54 | config RD_GZIP |
55 | - bool "Support initial ramdisks compressed using gzip" | |
55 | + bool "Support initial ramdisk/ramfs compressed using gzip" | |
56 | 56 | depends on BLK_DEV_INITRD |
57 | 57 | default y |
58 | 58 | select DECOMPRESS_GZIP |
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | If unsure, say Y. |
62 | 62 | |
63 | 63 | config RD_BZIP2 |
64 | - bool "Support initial ramdisks compressed using bzip2" | |
64 | + bool "Support initial ramdisk/ramfs compressed using bzip2" | |
65 | 65 | default y |
66 | 66 | depends on BLK_DEV_INITRD |
67 | 67 | select DECOMPRESS_BZIP2 |
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 | If unsure, say N. |
71 | 71 | |
72 | 72 | config RD_LZMA |
73 | - bool "Support initial ramdisks compressed using LZMA" | |
73 | + bool "Support initial ramdisk/ramfs compressed using LZMA" | |
74 | 74 | default y |
75 | 75 | depends on BLK_DEV_INITRD |
76 | 76 | select DECOMPRESS_LZMA |
... | ... | @@ -79,7 +79,7 @@ |
79 | 79 | If unsure, say N. |
80 | 80 | |
81 | 81 | config RD_XZ |
82 | - bool "Support initial ramdisks compressed using XZ" | |
82 | + bool "Support initial ramdisk/ramfs compressed using XZ" | |
83 | 83 | depends on BLK_DEV_INITRD |
84 | 84 | default y |
85 | 85 | select DECOMPRESS_XZ |
... | ... | @@ -88,7 +88,7 @@ |
88 | 88 | If unsure, say N. |
89 | 89 | |
90 | 90 | config RD_LZO |
91 | - bool "Support initial ramdisks compressed using LZO" | |
91 | + bool "Support initial ramdisk/ramfs compressed using LZO" | |
92 | 92 | default y |
93 | 93 | depends on BLK_DEV_INITRD |
94 | 94 | select DECOMPRESS_LZO |
... | ... | @@ -97,7 +97,7 @@ |
97 | 97 | If unsure, say N. |
98 | 98 | |
99 | 99 | config RD_LZ4 |
100 | - bool "Support initial ramdisks compressed using LZ4" | |
100 | + bool "Support initial ramdisk/ramfs compressed using LZ4" | |
101 | 101 | default y |
102 | 102 | depends on BLK_DEV_INITRD |
103 | 103 | select DECOMPRESS_LZ4 |