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>
This commit is contained in:
H. Peter Anvin 2009-03-28 16:10:59 -07:00
parent 337bed413e
commit 55d1d26f23

View file

@ -64,12 +64,12 @@ config RD_BZIP2
If unsure, say N. If unsure, say N.
config RD_LZMA config RD_LZMA
bool "Support initial ramdisks compressed using lzma" if EMBEDDED bool "Support initial ramdisks compressed using LZMA" if EMBEDDED
default !EMBEDDED default !EMBEDDED
depends on BLK_DEV_INITRD depends on BLK_DEV_INITRD
select DECOMPRESS_LZMA select DECOMPRESS_LZMA
help help
Support loading of a lzma encoded initial ramdisk or cpio buffer Support loading of a LZMA encoded initial ramdisk or cpio buffer
If unsure, say N. If unsure, say N.
choice choice
@ -83,7 +83,7 @@ choice
Compression speed is only relevant when building a kernel. Compression speed is only relevant when building a kernel.
Decompression speed is relevant at each boot. Decompression speed is relevant at each boot.
If you have any problems with bzip2 or lzma compressed If you have any problems with bzip2 or LZMA compressed
initramfs, mail me (Alain Knaff) <alain@knaff.lu>. initramfs, mail me (Alain Knaff) <alain@knaff.lu>.
High compression options are mostly useful for users who High compression options are mostly useful for users who