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 --- configs/fedora/generic/x86/CONFIG_EFI_SIGNATURE_LIST_PARSER | 1 - configs/fedora/generic/x86/CONFIG_LOAD_UEFI_KEYS | 1 - 2 files changed, 2 deletions(-) delete mode 100644 configs/fedora/generic/x86/CONFIG_EFI_SIGNATURE_LIST_PARSER delete mode 100644 configs/fedora/generic/x86/CONFIG_LOAD_UEFI_KEYS (limited to 'configs/fedora/generic/x86') diff --git a/configs/fedora/generic/x86/CONFIG_EFI_SIGNATURE_LIST_PARSER b/configs/fedora/generic/x86/CONFIG_EFI_SIGNATURE_LIST_PARSER deleted file mode 100644 index 9671a3c39..000000000 --- a/configs/fedora/generic/x86/CONFIG_EFI_SIGNATURE_LIST_PARSER +++ /dev/null @@ -1 +0,0 @@ -CONFIG_EFI_SIGNATURE_LIST_PARSER=y diff --git a/configs/fedora/generic/x86/CONFIG_LOAD_UEFI_KEYS b/configs/fedora/generic/x86/CONFIG_LOAD_UEFI_KEYS deleted file mode 100644 index 22502e981..000000000 --- a/configs/fedora/generic/x86/CONFIG_LOAD_UEFI_KEYS +++ /dev/null @@ -1 +0,0 @@ -CONFIG_LOAD_UEFI_KEYS=y -- cgit