CONFIG_COMPRESSED_INSTALL is not available for the selected architecture x86.
Result is shown for architecture arm64

Install compressed image by default

configname: CONFIG_COMPRESSED_INSTALL

Linux Kernel Configuration
└─>Boot options
└─>Install compressed image by default
In linux kernel since version 6.11 (release Date: 2024-09-15)
This makes the regular "make install" install the compressed
image we built, not the legacy uncompressed one.

You can check that a compressed image works for you by doing
"make zinstall" first, and verifying that everything is fine
in your environment before making "make install" do this for
you.