]> git.baikalelectronics.ru Git - kernel.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>
Sat, 24 Apr 2021 20:24:33 +0000 (05:24 +0900)
commit9ae6313bc3e3ba4bd2c69044571f72f2113df034
tree5006f8351cc50548de705865e7fee3d1087b7506
parent3883ee57892d3cfe3fef3dcbce2dfe31083d8e7b
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