diff options
author | Javier Martinez Canillas <javierm@redhat.com> | 2019-10-10 13:38:57 +0200 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-10-10 09:55:31 -0400 |
commit | 89ddbf781a931178ff88e87745227406d012994a (patch) | |
tree | 263d8f8692584fe40dec83cca5184464f175222e /kernel-x86_64.config | |
parent | 0367ea2bfd07bb85b0e9ed187d83ff612847f391 (diff) | |
download | kernel-89ddbf781a931178ff88e87745227406d012994a.tar.gz kernel-89ddbf781a931178ff88e87745227406d012994a.tar.xz kernel-89ddbf781a931178ff88e87745227406d012994a.zip |
Enable CONFIG_EFI_TEST as a module (rhbz 1759325)
The driver is needed for testing purposes, enable it on the architectures
where EFI is supported. Also, disallow access to the registered device if
the kernel is locked down.
Diffstat (limited to 'kernel-x86_64.config')
-rw-r--r-- | kernel-x86_64.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-x86_64.config b/kernel-x86_64.config index 99e018991..17386faef 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1519,7 +1519,7 @@ CONFIG_EFI_PARTITION=y CONFIG_EFI_RCI2_TABLE=y CONFIG_EFI_RUNTIME_MAP=y CONFIG_EFI_STUB=y -# CONFIG_EFI_TEST is not set +CONFIG_EFI_TEST=m CONFIG_EFIVAR_FS=y # CONFIG_EFI_VARS is not set # CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set |