initramfs: select builtin initram compression algorithm on KConfig instead of Makefile
authorFrancisco Blas Izquierdo Riera (klondike) <[email protected]>
Wed, 14 Dec 2016 23:06:01 +0000 (15:06 -0800)
committerLinus Torvalds <[email protected]>
Thu, 15 Dec 2016 00:04:08 +0000 (16:04 -0800)
commit35e669e1a254e8b60d4a8983205b383666cc01ca
treee08553ab2cf9e0f19e44eff03f8cae1e77604bb9
parent34aaff40b42148b23dcde40152480e25c7d2d759
initramfs: select builtin initram compression algorithm on KConfig instead of Makefile

Move the current builtin initram compression algorithm selection from
the Makefile into the INITRAMFS_COMPRESSION variable.  This makes
deciding algorithm precedence easier and would allow for overrides if
new algorithms want to be tested.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <[email protected]>
Cc: P J P <[email protected]>
Cc: Paul Bolle <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
usr/Kconfig
usr/Makefile