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-armv7hl-debug.config | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel-armv7hl-debug.config') diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config index dcc00466e..887c47eb1 100644 --- a/kernel-armv7hl-debug.config +++ b/kernel-armv7hl-debug.config @@ -1720,7 +1720,6 @@ CONFIG_EFI_ARMSTUB_DTB_LOADER=y # CONFIG_EFI_CAPSULE_LOADER is not set CONFIG_EFI_PARTITION=y CONFIG_EFI_PGT_DUMP=y -# 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 @@ -3173,7 +3172,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