* [PATCH] KBUILD: Centralize the compression tests for BLK_DEV_INITRD.
@ 2009-07-08 13:33 Robert P. J. Day
2009-07-17 21:15 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2009-07-08 13:33 UTC (permalink / raw)
To: kbuild devel list
Factor out the tests for BLK_DEV_INITRD from the compression entries
and wrap the whole thing in a single test to make it more visually
obvious what's happening.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/usr/Kconfig b/usr/Kconfig
index 1c3039f..a913b3a 100644
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -45,10 +45,11 @@ config INITRAMFS_ROOT_GID
If you are not sure, leave it set to "0".
+if BLK_DEV_INITRD
+
config RD_GZIP
bool "Support initial ramdisks compressed using gzip" if EMBEDDED
default y
- depends on BLK_DEV_INITRD
select DECOMPRESS_GZIP
help
Support loading of a gzip encoded initial ramdisk or cpio buffer.
@@ -57,7 +58,6 @@ config RD_GZIP
config RD_BZIP2
bool "Support initial ramdisks compressed using bzip2" if EMBEDDED
default !EMBEDDED
- depends on BLK_DEV_INITRD
select DECOMPRESS_BZIP2
help
Support loading of a bzip2 encoded initial ramdisk or cpio buffer
@@ -66,12 +66,13 @@ config RD_BZIP2
config RD_LZMA
bool "Support initial ramdisks compressed using LZMA" if EMBEDDED
default !EMBEDDED
- depends on BLK_DEV_INITRD
select DECOMPRESS_LZMA
help
Support loading of a LZMA encoded initial ramdisk or cpio buffer
If unsure, say N.
+endif # BLK_DEV_INITRD
+
choice
prompt "Built-in initramfs compression mode" if INITRAMFS_SOURCE!=""
help
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Annoying Kernel Pedantry.
Web page: http://crashcourse.ca
Linked In: http://www.linkedin.com/in/rpjday
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KBUILD: Centralize the compression tests for BLK_DEV_INITRD.
2009-07-08 13:33 [PATCH] KBUILD: Centralize the compression tests for BLK_DEV_INITRD Robert P. J. Day
@ 2009-07-17 21:15 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-07-17 21:15 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: kbuild devel list
On Wed, Jul 08, 2009 at 09:33:25AM -0400, Robert P. J. Day wrote:
>
> Factor out the tests for BLK_DEV_INITRD from the compression entries
> and wrap the whole thing in a single test to make it more visually
> obvious what's happening.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
This does not increase readability.
If you look at RD_LZMA you have to look three options above to realize
that this is dependent on BLK_DEV_INITRD.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-17 21:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-08 13:33 [PATCH] KBUILD: Centralize the compression tests for BLK_DEV_INITRD Robert P. J. Day
2009-07-17 21:15 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox