]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: remove CONFIG_MODULE_COMPRESS
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 31 Mar 2021 13:38:10 +0000 (22:38 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 7 Apr 2021 13:14:19 +0000 (22:14 +0900)
commit610eb48a84bde2336d48ef5f4954b7b8d2308ea5
tree5006f8351cc50548de705865e7fee3d1087b7506
parent0f82c48372dea6d125cf841513c67a9744a97aae
kbuild: remove CONFIG_MODULE_COMPRESS

CONFIG_MODULE_COMPRESS is only used to activate the choice for module
compression algorithm. It will be simpler to make the choice always
visible, and add CONFIG_MODULE_COMPRESS_NONE in the choice.

This is more consistent with the "Kernel compression mode" and "Built-in
initramfs compression mode" choices. CONFIG_KERNEL_UNCOMPRESSED and
CONFIG_INITRAMFS_COMPRESSION_NONE are available to choose no compression.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
init/Kconfig