redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1939095

The CONFIG_FW_LOADER_COMPRESS have been kept enabled only for Fedora.
However in RHEL 9, we inherit the linux-firmware as is from Fedora, and
it installs firmware files compressed in .xz format for RHEL too.
However, the ARK/rhel config does not enable the needed support for
loading compressed firmware files, and thus firmware loading fails.

This fixes that by also enabling CONFIG_FW_LOADER_COMPRESS on ARK/rhel
config too (since ARK and Fedora have the same setting now, the config
file is moved to common/).

Signed-off-by: Herton R. Krzesinski <herton@redhat.com>

Merge request reports

Loading