The source project of this merge request has been removed.
redhat/configs: enable KEXEC_SIG for aarch64 RHEL
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1994858
KEXEC_SIG needs to be enabled for aarch64 so the kernel image's signature
can be verified when loading a kernel image via kexec with secureboot
enabled. Since this option has already been enabled for x86 and s390x
and POWER doesn't have this option, unify it to
common/generic/CONFIG_KEXEC_SIG as suggested by Peter Robinson.
CONFIG_KEXEC_IMAGE_VERIFY_SIG is also enabled so kernel image signature
verification support could be enabled for aarch64. This option has
already been enabled for Fedora.
Signed-off-by: Coiby Xu coxu@redhat.com
Edited by Coiby Xu