From 079c50f68a236fa4a5fc2b2c0b9921c2a13ec93f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 26 Jan 2017 23:55:24 +0000 Subject: [PATCH] [arm64] Enable KEXEC (Closes: #852747) --- debian/changelog | 1 + debian/config/arm64/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 462138314..253e99178 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ linux (4.9.6-2) UNRELEASED; urgency=medium * Bump ABI to 2 * [or1k] Remove configuration, as the port has been abandoned + * [arm64] Enable KEXEC (Closes: #852747) -- Ben Hutchings Fri, 27 Jan 2017 18:14:31 +0000 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 2f7eb8d40..d751854d8 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -10,6 +10,7 @@ CONFIG_ARM64_VA_BITS_48=y ## end choice CONFIG_SCHED_MC=y CONFIG_SECCOMP=y +CONFIG_KEXEC=y CONFIG_XEN=y CONFIG_RANDOMIZE_BASE=y CONFIG_RANDOMIZE_MODULE_REGION_FULL=y