aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2018-12-16 18:38:13 +0100
committerBastian Blank <waldi@debian.org>2018-12-16 18:38:21 +0100
commitddc3772e932eeaada75d1caa5405eb0e569a09c5 (patch)
tree6a93e6032f73b183ee4296f628bc1487d1c39786
parentf027037f86a79ccb611dd0a864c0423c753c3fc1 (diff)
downloadkernel_replicant_linux-ddc3772e932eeaada75d1caa5405eb0e569a09c5.tar.gz
kernel_replicant_linux-ddc3772e932eeaada75d1caa5405eb0e569a09c5.tar.bz2
kernel_replicant_linux-ddc3772e932eeaada75d1caa5405eb0e569a09c5.zip
Enable EFI_BOOTLOADER_CONTROL, EFI_CAPSULE_LOADER
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f8cc07ea8cb..dd8dbb5a47e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -77,6 +77,7 @@ linux (4.19.9-1) UNRELEASED; urgency=medium
IP_VS_MH.
* Enable netfilter flow table support.
* [x86] Enable DRM_XEN_FRONTEND.
+ * Enable EFI_BOOTLOADER_CONTROL, EFI_CAPSULE_LOADER.
-- Uwe Kleine-König <ukleinek@debian.org> Wed, 28 Nov 2018 12:20:46 +0100
diff --git a/debian/config/config b/debian/config/config
index 822c47f62b4b..a92295d9b44a 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -565,6 +565,8 @@ CONFIG_DMI_SYSFS=y
CONFIG_EFI_VARS=m
CONFIG_EFI_VARS_PSTORE=m
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
+CONFIG_EFI_BOOTLOADER_CONTROL=m
+CONFIG_EFI_CAPSULE_LOADER=m
# CONFIG_EFI_TEST is not set
##