Commit f2e8954b authored by Rob Landley's avatar Rob Landley Committed by Linus Torvalds

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.netSigned-off-by: default avatarRob Landley <rob@landley.net>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 595a22ac
...@@ -52,7 +52,7 @@ config INITRAMFS_ROOT_GID ...@@ -52,7 +52,7 @@ config INITRAMFS_ROOT_GID
If you are not sure, leave it set to "0". If you are not sure, leave it set to "0".
config RD_GZIP config RD_GZIP
bool "Support initial ramdisks compressed using gzip" bool "Support initial ramdisk/ramfs compressed using gzip"
depends on BLK_DEV_INITRD depends on BLK_DEV_INITRD
default y default y
select DECOMPRESS_GZIP select DECOMPRESS_GZIP
...@@ -61,7 +61,7 @@ config RD_GZIP ...@@ -61,7 +61,7 @@ config RD_GZIP
If unsure, say Y. If unsure, say Y.
config RD_BZIP2 config RD_BZIP2
bool "Support initial ramdisks compressed using bzip2" bool "Support initial ramdisk/ramfs compressed using bzip2"
default y default y
depends on BLK_DEV_INITRD depends on BLK_DEV_INITRD
select DECOMPRESS_BZIP2 select DECOMPRESS_BZIP2
...@@ -70,7 +70,7 @@ config RD_BZIP2 ...@@ -70,7 +70,7 @@ config RD_BZIP2
If unsure, say N. If unsure, say N.
config RD_LZMA config RD_LZMA
bool "Support initial ramdisks compressed using LZMA" bool "Support initial ramdisk/ramfs compressed using LZMA"
default y default y
depends on BLK_DEV_INITRD depends on BLK_DEV_INITRD
select DECOMPRESS_LZMA select DECOMPRESS_LZMA
...@@ -79,7 +79,7 @@ config RD_LZMA ...@@ -79,7 +79,7 @@ config RD_LZMA
If unsure, say N. If unsure, say N.
config RD_XZ config RD_XZ
bool "Support initial ramdisks compressed using XZ" bool "Support initial ramdisk/ramfs compressed using XZ"
depends on BLK_DEV_INITRD depends on BLK_DEV_INITRD
default y default y
select DECOMPRESS_XZ select DECOMPRESS_XZ
...@@ -88,7 +88,7 @@ config RD_XZ ...@@ -88,7 +88,7 @@ config RD_XZ
If unsure, say N. If unsure, say N.
config RD_LZO config RD_LZO
bool "Support initial ramdisks compressed using LZO" bool "Support initial ramdisk/ramfs compressed using LZO"
default y default y
depends on BLK_DEV_INITRD depends on BLK_DEV_INITRD
select DECOMPRESS_LZO select DECOMPRESS_LZO
...@@ -97,7 +97,7 @@ config RD_LZO ...@@ -97,7 +97,7 @@ config RD_LZO
If unsure, say N. If unsure, say N.
config RD_LZ4 config RD_LZ4
bool "Support initial ramdisks compressed using LZ4" bool "Support initial ramdisk/ramfs compressed using LZ4"
default y default y
depends on BLK_DEV_INITRD depends on BLK_DEV_INITRD
select DECOMPRESS_LZ4 select DECOMPRESS_LZ4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment