initramfs: make compression options not depend on INITRAMFS_SOURCE
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:02:31 +0000 (00:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 14 Jan 2020 01:42:44 +0000 (10:42 +0900)
commitddd09bcc899fd374fe5567d9c35894a304f9e492
tree25c2c88b52e603232e2b2e9907673ec16c486312
parentbe1859bdc660213b11c417ebfaf9161938526d44
initramfs: make compression options not depend on INITRAMFS_SOURCE

Even if INITRAMFS_SOURCE is empty, usr/gen_initramfs.sh generates a
tiny default initramfs, which is embedded in vmlinux.

So, defining INITRAMFS_COMPRESSION* options should be valid irrespective
of INITRAMFS_SOURCE.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
usr/Kconfig