diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/Kconfig | 6 |
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 | ||
66 | config RD_LZMA | 66 | config 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 | ||
75 | choice | 75 | choice |
@@ -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 |