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>
Sat, 24 Apr 2021 20:24:33 +0000 (05:24 +0900)
commitd4bbe942098b0c9b487d424a3c545c9ed56462d7
tree5006f8351cc50548de705865e7fee3d1087b7506
parent961ab4a3cd66c285951cf4c8ec10bc8d9a4b0232
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