diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-10-26 13:47:17 -0600 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-15 08:33:45 +0100 |
commit | 23f94aa330a59eaecbb1b9328a9649e1642345f7 (patch) | |
tree | 9e187ce3591016b6cfc46f1fa768796c7ea42e05 /target/linux/rockchip/armv8 | |
parent | fbe2c3feaa4ef5747a691cb4c808925b024ff450 (diff) | |
download | upstream-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/rockchip/armv8')
-rw-r--r-- | target/linux/rockchip/armv8/config-5.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/rockchip/armv8/config-5.10 b/target/linux/rockchip/armv8/config-5.10 index 1063489dc6..f68c8cb42f 100644 --- a/target/linux/rockchip/armv8/config-5.10 +++ b/target/linux/rockchip/armv8/config-5.10 @@ -298,7 +298,6 @@ CONFIG_JUMP_LABEL=y CONFIG_KALLSYMS=y CONFIG_KEXEC_CORE=y CONFIG_KEXEC_FILE=y -# CONFIG_KEXEC_SIG is not set CONFIG_KSM=y # CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set CONFIG_LEDS_GPIO=y |