aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-5.10
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2021-10-26 13:47:17 -0600
committerPetr Štetiar <ynezz@true.cz>2022-03-15 08:33:45 +0100
commit23f94aa330a59eaecbb1b9328a9649e1642345f7 (patch)
tree9e187ce3591016b6cfc46f1fa768796c7ea42e05 /target/linux/generic/config-5.10
parentfbe2c3feaa4ef5747a691cb4c808925b024ff450 (diff)
downloadupstream-23f94aa330a59eaecbb1b9328a9649e1642345f7.tar.gz
upstream-23f94aa330a59eaecbb1b9328a9649e1642345f7.tar.bz2
upstream-23f94aa330a59eaecbb1b9328a9649e1642345f7.zip
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>
Diffstat (limited to 'target/linux/generic/config-5.10')
-rw-r--r--target/linux/generic/config-5.101
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index ca93b5f269..191566b0b8 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2873,6 +2873,7 @@ CONFIG_KERNEL_XZ=y
CONFIG_KERNFS=y
# CONFIG_KEXEC is not set
# CONFIG_KEXEC_FILE is not set
+# CONFIG_KEXEC_SIG is not set
# CONFIG_KEYBOARD_ADC is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set