aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-03-28 19:10:59 -0400
committerH. Peter Anvin <hpa@zytor.com>2009-03-28 19:10:59 -0400
commit55d1d26f23383163a256d0de2aaf2b8fca83e611 (patch)
tree88c197009f5393cc95f29ce7cd91a33d069970c9 /usr
parent337bed413e9c134c5bf45ad3ec50012a593c603a (diff)
bzip2/lzma: consistently capitalize LZMA in Kconfig
Impact: message formatting Consistently spell LZMA in all capitals, since it (unlike gzip or bzip2) is an acronym. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'usr')
-rw-r--r--usr/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/Kconfig b/usr/Kconfig
index fb9a6460f45d..a529b4d0530b 100644
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -64,12 +64,12 @@ config RD_BZIP2
64 If unsure, say N. 64 If unsure, say N.
65 65
66config RD_LZMA 66config RD_LZMA
67 bool "Support initial ramdisks compressed using lzma" if EMBEDDED 67 bool "Support initial ramdisks compressed using LZMA" if EMBEDDED
68 default !EMBEDDED 68 default !EMBEDDED
69 depends on BLK_DEV_INITRD 69 depends on BLK_DEV_INITRD
70 select DECOMPRESS_LZMA 70 select DECOMPRESS_LZMA
71 help 71 help
72 Support loading of a lzma encoded initial ramdisk or cpio buffer 72 Support loading of a LZMA encoded initial ramdisk or cpio buffer
73 If unsure, say N. 73 If unsure, say N.
74 74
75choice 75choice
@@ -83,7 +83,7 @@ choice
83 Compression speed is only relevant when building a kernel. 83 Compression speed is only relevant when building a kernel.
84 Decompression speed is relevant at each boot. 84 Decompression speed is relevant at each boot.
85 85
86 If you have any problems with bzip2 or lzma compressed 86 If you have any problems with bzip2 or LZMA compressed
87 initramfs, mail me (Alain Knaff) <alain@knaff.lu>. 87 initramfs, mail me (Alain Knaff) <alain@knaff.lu>.
88 88
89 High compression options are mostly useful for users who 89 High compression options are mostly useful for users who