kernel: include CONFIG_KEXEC_SIG in configs
authorPhilip Prindeville <philipp@redfish-solutions.com>
Tue, 26 Oct 2021 19:47:17 +0000 (13:47 -0600)
committerPetr Štetiar <ynezz@true.cz>
Tue, 15 Mar 2022 07:33:45 +0000 (08:33 +0100)
commit23f94aa330a59eaecbb1b9328a9649e1642345f7
tree9e187ce3591016b6cfc46f1fa768796c7ea42e05
parentfbe2c3feaa4ef5747a691cb4c808925b024ff450
kernel: include CONFIG_KEXEC_SIG in configs

Seeing failure to build because of missing symbols related to provisioning
CONFIG_KEXEC and signed images.  Without this, if you set
CONFIG_KERNEL_KEXEC=y and try to build, target/linux will hang at:

scripts/kconfig/conf  --syncconfig Kconfig
...
kexec system call (KEXEC) [Y/n/?] y
kexec file based system call (KEXEC_FILE) [Y/n/?] y
Verify kernel signature during kexec_file_load() syscall (KEXEC_SIG) [N/y/?] (NEW)

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
target/linux/generic/config-5.10
target/linux/generic/config-5.4
target/linux/rockchip/armv8/config-5.10