From 89ddbf781a931178ff88e87745227406d012994a Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Thu, 10 Oct 2019 13:38:57 +0200 Subject: 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. --- configs/fedora/generic/powerpc/CONFIG_EFI_TEST | 1 + 1 file changed, 1 insertion(+) create mode 100644 configs/fedora/generic/powerpc/CONFIG_EFI_TEST (limited to 'configs/fedora/generic/powerpc') diff --git a/configs/fedora/generic/powerpc/CONFIG_EFI_TEST b/configs/fedora/generic/powerpc/CONFIG_EFI_TEST new file mode 100644 index 000000000..455eb3061 --- /dev/null +++ b/configs/fedora/generic/powerpc/CONFIG_EFI_TEST @@ -0,0 +1 @@ +# CONFIG_EFI_TEST is not set -- cgit