VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: H. Peter Anvin <hpa@zytor.com> 2009-03-28 16:07:13 -0700 committer: H. Peter Anvin <hpa@zytor.com> 2009-03-28 16:09:48 -0700 commit: 337bed413e9c134c5bf45ad3ec50012a593c603a parent: 73d8a12f05292d86623b4ec7bf5fd75d5ad5f687
Commit Summary:
bzip2/lzma: clarify the meaning of the CONFIG_RD_ options
Diffstat:
1 file changed, 3 insertions, 3 deletions
diff --git a/usr/Kconfig b/usr/Kconfig
index 5166078d45f2..fb9a6460f45d 100644
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -46,7 +46,7 @@ config INITRAMFS_ROOT_GID
 	  If you are not sure, leave it set to "0".
 
 config RD_GZIP
-	bool "Initial ramdisk compressed using gzip" if EMBEDDED
+	bool "Support initial ramdisks compressed using gzip" if EMBEDDED
 	default y
 	depends on BLK_DEV_INITRD
 	select DECOMPRESS_GZIP
@@ -55,7 +55,7 @@ config RD_GZIP
 	  If unsure, say Y.
 
 config RD_BZIP2
-	bool "Initial ramdisk compressed using bzip2" if EMBEDDED
+	bool "Support initial ramdisks compressed using bzip2" if EMBEDDED
 	default !EMBEDDED
 	depends on BLK_DEV_INITRD
 	select DECOMPRESS_BZIP2
@@ -64,7 +64,7 @@ config RD_BZIP2
 	  If unsure, say N.
 
 config RD_LZMA
-	bool "Initial ramdisk compressed using lzma" if EMBEDDED
+	bool "Support initial ramdisks compressed using lzma" if EMBEDDED
 	default !EMBEDDED
 	depends on BLK_DEV_INITRD
 	select DECOMPRESS_LZMA