mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
bzip2/lzma: clarify the meaning of the CONFIG_RD_ options
Impact: Kconfig clarification Make it clear that the CONFIG_RD_* options are about what formats are supported, not about what formats are actually being used. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
@@ -46,7 +46,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 "Initial ramdisk compressed using gzip" if EMBEDDED
|
bool "Support initial ramdisks compressed using gzip" if EMBEDDED
|
||||||
default y
|
default y
|
||||||
depends on BLK_DEV_INITRD
|
depends on BLK_DEV_INITRD
|
||||||
select DECOMPRESS_GZIP
|
select DECOMPRESS_GZIP
|
||||||
@@ -55,7 +55,7 @@ config RD_GZIP
|
|||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
config RD_BZIP2
|
config RD_BZIP2
|
||||||
bool "Initial ramdisk compressed using bzip2" if EMBEDDED
|
bool "Support initial ramdisks compressed using bzip2" if EMBEDDED
|
||||||
default !EMBEDDED
|
default !EMBEDDED
|
||||||
depends on BLK_DEV_INITRD
|
depends on BLK_DEV_INITRD
|
||||||
select DECOMPRESS_BZIP2
|
select DECOMPRESS_BZIP2
|
||||||
@@ -64,7 +64,7 @@ config RD_BZIP2
|
|||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
config RD_LZMA
|
config RD_LZMA
|
||||||
bool "Initial ramdisk 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
|
||||||
|
Reference in New Issue
Block a user