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-i686.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-i686.config')
-rw-r--r-- | kernel-i686.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-i686.config b/kernel-i686.config index f9c8e2035..1e3916c40 100644 --- a/kernel-i686.config +++ b/kernel-i686.config @@ -1475,7 +1475,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 |