summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
diff options
context:
space:
mode:
authorRob Thomas <xrobau@gmail.com>2021-04-22 20:35:06 +0000
committerChristian Poessinger <christian@poessinger.com>2021-04-23 08:12:33 +0200
commit91a108e7d6e76b8dbcb32d6d07de3d1c92c4ee4c (patch)
treeaa33cd44d7202c6bc79bea80d47274b45de4cba0 /packages/linux-kernel
parentd5df496b9b9ee58a81394a603627e3430b36d5c1 (diff)
downloadvyos-build-91a108e7d6e76b8dbcb32d6d07de3d1c92c4ee4c.tar.gz
vyos-build-91a108e7d6e76b8dbcb32d6d07de3d1c92c4ee4c.zip
Kernel: T3489: enable kexec support
This allows us to use kexec in the future to support fast reboots. This is more important on physical hardware which can take 10+ minutes to POST. Signed-Off-By: Rob Thomas <xrobau@gmail.com>
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r--packages/linux-kernel/arch/x86/configs/vyos_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
index 5fc8035..e1bd8eb 100644
--- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig
+++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
@@ -449,7 +449,7 @@ CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
-# CONFIG_KEXEC is not set
+CONFIG_KEXEC=y
# CONFIG_KEXEC_FILE is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
@@ -649,6 +649,7 @@ CONFIG_EFI_VARS=m
CONFIG_EFI_ESRT=y
CONFIG_EFI_VARS_PSTORE=m
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
+CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y
@@ -684,6 +685,7 @@ CONFIG_AS_TPAUSE=y
# General architecture-dependent options
#
CONFIG_CRASH_CORE=y
+CONFIG_KEXEC_CORE=y
CONFIG_HOTPLUG_SMT=y
CONFIG_GENERIC_ENTRY=y
CONFIG_HAVE_OPROFILE=y