From 86ea590a63860055a3cd17f076d5542b8bb7a914 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Fri, 11 Jan 2019 15:55:40 +0100 Subject: Drop secure boot Kconfig symbols too Commit cc1db7f34788 ("Updates for secure boot") and commit 8e8de459e7ba ("Forgot to remove dropped patches") removed the patches that added Kconfig symbols EFI_SIGNATURE_LIST_PARSER and LOAD_UEFI_KEYS. Remove these symbols from the configuration generation directory and from the shipped .config files. Signed-off-by: Paul Bolle --- kernel-aarch64.config | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel-aarch64.config') diff --git a/kernel-aarch64.config b/kernel-aarch64.config index 3b5a17509..6ec58c4c9 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -1628,7 +1628,6 @@ CONFIG_EFI_ARMSTUB_DTB_LOADER=y # CONFIG_EFI_CAPSULE_LOADER is not set CONFIG_EFI_PARTITION=y # CONFIG_EFI_PGT_DUMP is not set -# CONFIG_EFI_SIGNATURE_LIST_PARSER is not set # CONFIG_EFI_TEST is not set CONFIG_EFIVAR_FS=y CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y @@ -3020,7 +3019,6 @@ CONFIG_LIRC=y # CONFIG_LLC2 is not set CONFIG_LLC=m CONFIG_LMP91000=m -# CONFIG_LOAD_UEFI_KEYS is not set CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_LOCKD=m -- cgit